-
-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signOutUser #353
Comments
This looks to be a bug - well, a shortcoming in Firebase's use of Google SignIn anyway... I will test this scenario and implement a fix in the next plugin release if needed. |
Hi!!
Thank you very much for your response and apreciate support!
B.R
El mar., 31 mar. 2020 8:51, Dave Alden <[email protected]> escribió:
… This looks to be a bug - well, a shortcoming in Firebase's use of Google
SignIn anyway...
I had assumed Firebase would take care of signing out of Google when you
signed out of Firebase, but apparently not: it seems you must manually sign
out of both on Android
<firebase/FirebaseUI-Android#187 (comment)>
and iOS <https://stackoverflow.com/a/40107017/777265>.
I will test this scenario and implement a fix in the next plugin release
if needed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHANXLJWFGOYCCMWP4JS7DRKGHIFANCNFSM4LW6UH3Q>
.
|
How can I test this changes?? Can I overwrite the commited file srcc/android/FirebasePlugin.java and build again? Thank you |
You can install directly off the master branch until this is released in the next version to npm:
|
Hi! Finally I solved adding changes manually to FirebasePlugin.java file existing in "plugins" and "node_modules" folders and rebuild until new version is released. Thank you @dpa99c |
Feature request
Is posible that method signOutUser removes all Google cache files? When you sign out and then sign in again, the account chooser doesn't show.. Next time you sign in, the login is silent with the previous account.
Account chooser only is showed at the first time you sign in. I don't know if this is a bug or is something that is not implemented yet.
Thank you in advange!
The text was updated successfully, but these errors were encountered: