baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Don't skip showing choose account modal #207

Closed k-scherbitsky closed 2 years ago

k-scherbitsky commented 2 years ago

When I launch app in the first time and click to sign in button, application is showing me modal window where I can choose account which I want to use for authentication. But when I try to click to sign in button in next time I don't see anything, I can't to choose another account for authentication, it just skipping this step and choose the previous (default?) account. What I should do to don't skipping this step with choosing account?
It's happen on Android, for iOS I didn't try.

gaurav-chandra commented 1 year ago

Hey @k-scherbitsky did you figure out a way? I also need this solution.