-
Sometimes, I can't retrieve the email from **googleTokenId** on my backend (explained [here](https://stackoverflow.com/questions/62527707/no-email-or-email-verified-claim-in-google-id-token?answertab=…
-
https://github.com/firebase/snippets-web/blob/1c4c6834f310bf53a98b3fa3c2e2191396cacd69/snippets/auth-next/google-signin/auth_google_checksameuser.js#L15
I know that `firebaseUser` comes from this (…
csdal updated
3 months ago
-
### What happened?
Hi all,
I am working on a flutter app and I am trying to get the sign in with google functionality working, but It doesn't seem to work and I believe there might be a bug.
I ha…
-
### Socialite Version
5.16.0
### Laravel Version
11.23.5
### PHP Version
8.3.7
### Database Driver & Version
MySQL 8
### Description
When Google returns the user to the `callback` URL, the `r…
-
Hi,
I basically copied code from this example: https://github.com/asyarb/react-use-googlelogin/blob/34f5b437a36d694859e113a4305b37a76f86bd91/examples/ssr-nextjs/src/components/GoogleAuthProvider.ts…
-
I have attached the following additional fields I want to grab when authenticating a user as we want to use our google gsuite to manage users. When I set the following fields I get nothing from them i…
-
gapi.auth2.getAuthInstance().currentUser.get().grantOfflineAccess({ 'scope': offlinescopes.join(" ") }).then(function (auth) {
vm.authResult.code = auth.code;
}
The documentation st…
-
If you have called disconnect() previously (or user manually revokes permissions on https://security.google.com/settings/security/permissions) and calling GoogleUser.disconnect(), the returned Promise…
-
Where does the "googleUser" variable come from? How do i get it?
https://github.com/firebase/snippets-web/blob/509769a817d7437616bcfcb816f783b29aaca843/snippets/auth-next/index/auth_make_google_cre…
-
Got this compiler error from the loginpage.dart:
```
lib/loginpage.dart:110:57: Error: The method 'signInWithGoogle' isn't defined for the class 'firebase_auth::FirebaseAuth'.
Try correcting the n…