Skip to content

Commit 52d7e1a

Browse files
docs: Fix google auth for Parse (#940)
1 parent 8aae9e5 commit 52d7e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/dart/users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ class OAuthLogin {
9494
GoogleSignInAuthentication authentication = await account.authentication;
9595
await ParseUser.loginWith(
9696
'google',
97-
google(_googleSignIn.currentUser.id,
98-
authentication.accessToken,
97+
google(authentication.accessToken,
98+
_googleSignIn.currentUser.id,
9999
authentication.idToken));
100100
}
101101
}

0 commit comments

Comments
 (0)