imuckyu
(muckyu)
January 13, 2020, 2:12am
#1
I am having a bit of trouble with a re-login on Firebase authentication. (Using google login)
First time I login everything works fine.
Then I click the logout button. (It states I logged out)
When I try to login again the Google login popup get’s closed immediately. Am I doing something wrong? Blocks below
1 Like
I just tested, and it works as expected. When relogging in with Google, the window will immediately close, and that’s expected. Wait a few seconds, and you’ll be logged in with the account you used earlier.
Used this for testing:
Firebase Authentication Template
imuckyu
(muckyu)
January 13, 2020, 4:06am
#3
Hm okay - but what if I want to login with a different user?
You’d have to reinstall the app or clear its data.
imuckyu
(muckyu)
January 13, 2020, 4:42am
#5
Hm that’s a bit annoying. Is there no workaround to switch users directly in the app?