baumblatt / capacitor-firebase-auth

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

How can I set custom parameters for google auth provider? #137

Open sabahang opened 3 years ago

sabahang commented 3 years ago

Hi,

The title is clear. I'm essentially trying to achieve what is in this stackoverflow question: https://stackoverflow.com/questions/39032255/firebase-google-auth-automatically-selecting-user-how-to-force-it-to-select-acc

sabahang commented 3 years ago

I was able to solve my problem by signing out using cfaSignOut. Not sure what else custom parameters would be useful for but feel free to close if out of scope

baumblatt commented 3 years ago

Hi Saba,

The plugin use the Android or iOS API for authentication. I don't find the reference to force the account selection on this platforms.

The link provided, works only for Web tier, where in our case, the account was already sleected.

Please, let me know if you find a way to do this.

Best regards