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
Describe the bug
When you use the google sign in with one google account, you won't allow you to use a different google account to sign in next time. Usually, when the google login pop up, it let you to choose different accounts. However, this will sign you in the next time without an option for you to change a different account.
To Reproduce
Steps to reproduce the behavior:
Click on the google login button to trigger "await _googleService.LoginAsync();"
This is not a bug, this is working as intended. You would need to call the logout method before it prompts you for your credentials. The logout method is documented here.
CrossGoogleClient.Current.Logout();
If you wanted to force your app to logout everytime the user closed the app, you could call this method in the OnSleep() method in your App.xaml.cs, however I would ask you to consider why you would want your users to be prompted to login every-time they open the app.
Describe the bug
When you use the google sign in with one google account, you won't allow you to use a different google account to sign in next time. Usually, when the google login pop up, it let you to choose different accounts. However, this will sign you in the next time without an option for you to change a different account.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: