I use google authentication to log in using firebase. The authentication process works well, and I can create credentials and authenticate.
My problem is that after exiting firebase and google, the user tries to log in again using Google. At this point, Google will automatically authenticate using the account you used previously. I tried both exit and disconnect options from google api, but the result is the same.
I partially found that my problem, here are the steps to reproduce:
- Not signed with google in app but not included in safari on device with google account
- Sign in with your google account
- Now I enter the AND application in safari as well as with the same account
- When I exit the application, safari is still authenticated with this user.
- I can not see the account selection in the application until I withdraw the google account from safari on the device
This problem does not appear if safari (point 1) is already logged in with a different google account. In this case, I will always have a choice between two accounts in the application.
Is there a way to exit the application and always shows the choice of account when re-entering Google?
ios google-signin
gabbo
source share