baumblatt / capacitor-firebase-auth

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

feat(OAuth): sign in with custom provider #171

Open DwieDima opened 3 years ago

DwieDima commented 3 years ago

Since Firebase supports OIDC it would be great to be able to sign in with custom provider Here's a screenshot how the login looks on the javascript side right now:

Bildschirmfoto 2021-06-18 um 12 50 51

with the resulting oidcIdToken you can use web libraries, like AngularFire to authenticate with web and use all advantages (like Authstate).

Bildschirmfoto 2021-06-18 um 12 53 47