You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
we noticed that when compiling against API 32 or 31 on Android, the account selector is shown only on the first login.
Calling logout() or disconnect() does not clear the previous account anymore. On the next login, the account selector is never shown and the user is forced to log in with the last Google account used.
We do not have the same issue with API 30, for example, or iOS. Always showing the account selector after logout().
Any suggestions? Is anyone else experiencing this?
Plugin version [email protected]
According to Google, Auth.GoogleSignInApi.signOut(mGoogleApiClient) is the correct way. Still, not working.
The text was updated successfully, but these errors were encountered:
Hi All,
we noticed that when compiling against API 32 or 31 on Android, the account selector is shown only on the first login.
Calling
logout()
ordisconnect()
does not clear the previous account anymore. On the next login, the account selector is never shown and the user is forced to log in with the last Google account used.We do not have the same issue with API 30, for example, or iOS. Always showing the account selector after
logout()
.Any suggestions? Is anyone else experiencing this?
Plugin version
[email protected]
According to Google,
Auth.GoogleSignInApi.signOut(mGoogleApiClient)
is the correct way. Still, not working.The text was updated successfully, but these errors were encountered: