You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question, how can I make the users who log in with my app appear in my firestore, in the authorization section since this is necessary at the time of being able to keep a user registry. Thank you very much for reading me, good night
The text was updated successfully, but these errors were encountered:
Hi Frank, I'm late but hope this helps some one
To add user to firebase, u need to use FirebaseAuth from Xamarin.Firebase.Auth.
Create var credential = GoogleAuthProvider.GetCredential(idToken, accessToken);
then use credential in firebaseAuth.SignInWithCredential(credentials)
:)
I have a question, how can I make the users who log in with my app appear in my firestore, in the authorization section since this is necessary at the time of being able to keep a user registry. Thank you very much for reading me, good night
The text was updated successfully, but these errors were encountered: