Using Firebase Google Auth, when a user logs in successfully with their google account, they are not showing on our Firebase Console Authentication->Users screen. Only email/password users are showing up there.
Is there something extra that needs to be done to see the Google Auth users?
If the user login with a custom "email/password" you don't know anything else about that user (apart from the unique user id). If a user login with Facebook, or with Google sign in, you can get other information like the profile picture url. It is explained here: firebase.google.com/docs/auth/android/… .
Enable Google as a sign-in method in the Firebase console: In the Firebase console, open the Auth section. On the Sign in method tab, enable the Google sign-in method and click Save.
Firebase does not store profile or user state in your Firebase instance. To persist user data you must save it to your Firebase. Using existing social login providers such Facebook, Twitter, Google, and GitHub.
As indicated by Frank, to fully sign into Firebase the call to signInWithCredential() was needed. After implementing this functionality, users signing in with Google showed up in the Firebase console.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With