Shouldn't GoogleSignIn.signOut() trigger a firebase.auth().onAuthStateChanged update? #7549
Unanswered
cbdeveloper
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi, You shouldn't need to call In case you aren't already using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pretty much the question from the title.
When I do
GoogleSignin.signIn()
, I get anauth().onAuthStateChanged()
update, as expected.But when I do,
GoogleSignin.signOut()
, theonAuthStateChanged
listener is not being triggered, unless I doauth().signOut()
.Is that the expected behavior?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions