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
I'm coming from Firebase so I'll compare to that. FirebaseAuth.instance.signOut() terminates the Firebase session but does not log out of the provider on the device, same as what is currently possible with Supabase.
The firebase_ui_auth API has FirebaseUIAuth.signOut() which also signs out of the provider. I would like to see an equivalent of that in this package.
Bug report
Describe the bug
When signed in with Google as the provider on an Android device, signOut() ends the Supabase session but does not log out from the provider as well.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Sign in setup
Sign out action
Supabase.instance.client.auth.signOut()
Expected behavior
On sign-in after a sign-out, the account chooser should be displayed again.
System information
The text was updated successfully, but these errors were encountered: