supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
661 stars 154 forks source link

Google sign in automatically selects that account. #868

Closed volkankoc closed 3 months ago

volkankoc commented 3 months ago

Describe the bug When there is only one account on Android phone. Google sign in automatically selects that account. Is there a way to bring up the selection screen again?

Expected behavior I want to show account page

Screenshots If applicable, add screenshots to help explain your problem.

dshukertjr commented 3 months ago

The Supabase SDK doesn't control how the Google account is selected.

You should look deeper into how the google_sign_in package works, and see if there is a way to achieve what you want to achieve. If it's not possible currently, I suggest you to open an issue on their package.