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
Google oauth seems to no longer allow the account selection after selecting an account.
Something has changed within the last month or so. I'm not sure if it is device/android related (happens on many devices), code related, or google cloud related.
To reproduce:
Use an android device with multiple google accounts.
Press login in your app and choose account A
Logout
Press login in your app
At this point I'd like to have the user have the ability to select account B, but now it auto-logs in with account A
The account selection is not shown
Looking at the code everything looks correct:
in GoogleProvider: firebaseAuthProvider.setCustomParameters(const { 'prompt': 'select_account', });
I'm not sure why this in no longer honored on android.
It still works as expected on web (you see account selection), but android will just auto-assume the last account.
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
No response
List of dependencies used.
flutter pub deps -s list
dev dependencies:
transitive dependencies:
Steps to reproduce
Google oauth seems to no longer allow the account selection after selecting an account.
Something has changed within the last month or so. I'm not sure if it is device/android related (happens on many devices), code related, or google cloud related.
To reproduce:
At this point I'd like to have the user have the ability to select account B, but now it auto-logs in with account A
The account selection is not shown
Looking at the code everything looks correct:
in GoogleProvider:
firebaseAuthProvider.setCustomParameters(const { 'prompt': 'select_account', });I'm not sure why this in no longer honored on android.
It still works as expected on web (you see account selection), but android will just auto-assume the last account.
Any ideas?
Expected Behavior
Actual Behavior
.
Additional Information
No response