Hi,
Maybe I don't fully grasp the way the Google Authentication API works via firebase.
The problem:
When the user is signed into any other Google service like Gmail in a browser, on clicking "Sign-in to Google" on a Firebase Auth Workflow the following happens:
1) If there is only one account the user is signed into via a Google Service no "Account Picker" shows up giving the user the option to sign in using a different Google ID. It presumes the user wants to sign into the Firebase project page with that already signed in Google account
2) If the user has signed into multiple accounts for any Google Service in the browser the "Account Picker" shows up letting the user choose the account they want to Sign into the Firebase Project with
It would be great if the user always gets the "Account Picker" irrespective of if they are signed in with one account on another Google Service in the same Browser or more
Or maybe I am misunderstanding the flow and this is exactly how the flow is supposed to go!
Or maybe I'm doing something wrong? wrt the implementation of the Authentication.
Appreciate your thoughts.
Regards,
Mark