Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Android API 31-32: account selector shown only on first login. #762

Open
mirko77 opened this issue Sep 6, 2022 · 1 comment · May be fixed by #763
Open

Android API 31-32: account selector shown only on first login. #762

mirko77 opened this issue Sep 6, 2022 · 1 comment · May be fixed by #763

Comments

@mirko77
Copy link

mirko77 commented Sep 6, 2022

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() 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 cordova-plugin-googleplus@8.5.2

According to Google, Auth.GoogleSignInApi.signOut(mGoogleApiClient) is the correct way. Still, not working.

@mirko77
Copy link
Author

mirko77 commented Sep 7, 2022

OK, fixed by this pull request #763

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant