Lock.Android
Lock.Android copied to clipboard
Update demo app to demonstrate logout from Google
It is not clear how to properly logout the user from its Google account so that next time the user will be prompted to choose another account.
The use case is
- The user uses Google account to sign in.
- The user is prompted to choose an account.
- The user chooses account and signs in
- The user is signed in.
- The user signs out.
- The user wants to choose another Google account and clicks "Sign in with google"
- The user is not prompted to choose account, previous account is used.
Expected result - the user is prompted to choose another account.
I found different recommendations how to logout from Google Account but none of them worked. At the same time your demo app does not demonstrate correct approach.
Please, update your demo app to demonstrate how properly logout user from its Google account.
Thanks in advance