Open
Description
What feature would you like to see?
Authenticate users with Google identity platform's SAML provider
Google Identity platform supports SAML provider, the Firebase web SDK providers options to select the provider by ID
something like this
const provider = new firebase.auth.OAuthProvider('oidc.myProvider');
ref: https://cloud.google.com/identity-platform/docs/web/oidc
How would you use it?
To sign in users with Google identity providers SAML/OIDC provider.