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'm very unexperienced with Firebase so i'm not sure if its a legit issue.
I'm trying to grab user information from the info returned from signInWithPopup and according to the firebase docs the method should return UserCredential (https://firebase.google.com/docs/reference/js/firebase.auth.Auth.html#signinwithpopup) that would solve my problem.
But according to redux-saga-firebase the object returned is AuthCredential, which is true based on my implementation.
Is this intended? The difference from the firebase docs and the lib implementation or am I missing something?
Btw thanks for sharing the project.
The text was updated successfully, but these errors were encountered:
Yeah I feel like this should definitely be returning a UserCredential.
@ctq3103 Another difference; and the problem I am having is that you cannot get access to things like "IsNewUser" during authentication flow. Gonna have to use the regular firebase auth flow.
If I'm misinterpreting, anyone feel free to let me know 🙃
I'm very unexperienced with Firebase so i'm not sure if its a legit issue.
I'm trying to grab user information from the info returned from signInWithPopup and according to the firebase docs the method should return UserCredential (https://firebase.google.com/docs/reference/js/firebase.auth.Auth.html#signinwithpopup) that would solve my problem.
But according to redux-saga-firebase the object returned is AuthCredential, which is true based on my implementation.
Is this intended? The difference from the firebase docs and the lib implementation or am I missing something?
Btw thanks for sharing the project.
The text was updated successfully, but these errors were encountered: