-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing firebase options #8
Comments
Is anyone actually needing any of those? |
@armand1m |
I have use case for the SAML provider that's provided by Cloud Identity Platform (which is rebranded Firebase Auth for enterprise). |
@mackenzie-orange thanks for commenting out! Just added it to the list and will work on it as soon as I can. Feel free to submit a pull request as well if you feel like contributing! =) |
Also would love the signInWithEmailLink |
signInWithPhoneNumber
signInWithCustomToken(token)
signInWithEmailLink(email, window.location.href)
signInWithSAMLProvider()
The text was updated successfully, but these errors were encountered: