-
Hi ! When Im login with google to my flutter app and let say that I realize that this is a wrong google account with wrong gmail, photo etc. so I logout and try to login with google with another account but It impossible because Im just automatically being login with this previous account. Maybe there is some way to logout completely ? Btw. I should probably put this discussion in another repo but now I cant delete so please forgive me |
Beta Was this translation helpful? Give feedback.
Answered by
Tananga
Jul 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem solved. Ok maybe not in 100% but in 50%. If you want to sign in to second account use "await _googleSignIn.disconnect();" but I have some problems on Android