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 still get a UserCredential with a NONnull user @@
then I sign out
signOut(auth)
then I run the function again
handleGetRedirectResult()
I still get a UserCredential with a NONnull user again @@
I think firebase has saved the redirect data somewhere and hasn't deleted it after first getRedirectResult(auth) that when I run handleGetRedirectResult() again, it still returns a UserCredential with a NONnull user even that I have signed out
The text was updated successfully, but these errors were encountered:
Hi @koroman17, thanks for the report. I was able to reproduce the behavior now. Let me check what we can do for this issue or bring someone here that can provide more context about it. I’ll update this thread if I have any information to share.
Yes! In version 8 was getting user and credientials objects with properties. And now they are null. If that is expected then not sure why but broke my login process
First I sign in
then I get a UserCredential with a NONnull user (of course)
then I run the same function again
I still get a UserCredential with a NONnull user @@
then I sign out
then I run the function again
I still get a UserCredential with a NONnull user again @@
I think firebase has saved the redirect data somewhere and hasn't deleted it after first
getRedirectResult(auth)
that when I runhandleGetRedirectResult()
again, it still returns a UserCredential with a NONnull user even that I have signed outThe text was updated successfully, but these errors were encountered: