This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 441
Is there some way to re-auth with Google Login #104
Labels
Comments
There's a |
I was trying something like this:
👍 |
Ah, so a different auth provider works, but not Google twice. Perhaps we do need to call |
EddyVerbruggen
added a commit
that referenced
this issue
Aug 15, 2016
For the time being I'm now always disconnecting Google auth users upon In order to get this change install the plugin from github (instead of npm) so you'll get 3.5.2-dev. No code changes required on your end. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once logged into via Google Login, calling
firebase.logout()
does not permit the user to login with a different account. Is there some way to clear the "cache" and change this behavior?The text was updated successfully, but these errors were encountered: