capacitor-firebase-auth icon indicating copy to clipboard operation
capacitor-firebase-auth copied to clipboard

How can I set custom parameters for google auth provider?

Open sabahang opened this issue 4 years ago • 2 comments

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 avatar Jan 28 '21 11:01 sabahang

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

sabahang avatar Jan 28 '21 11:01 sabahang

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

baumblatt avatar Mar 20 '21 02:03 baumblatt