FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
Is your feature request related to a problem? Please describe.
Currently, I have authentication set up with the ui. If the user signs up with email, I also require them to add and verify their phone number before using the site. Currently, I check their registration method and if it's email and they don't have a phone number linked, I display phone auth and then link that to the user account. If the UI incorporated a solution that combined email and phone auth that would be simpler. Since two factor authentication is so popular, I think it would be useful to a lot of people.
Describe the solution you'd like
It would be great to have the built in ui option to require email, password, phone and phone verification on sign up.
Is your feature request related to a problem? Please describe. Currently, I have authentication set up with the ui. If the user signs up with email, I also require them to add and verify their phone number before using the site. Currently, I check their registration method and if it's email and they don't have a phone number linked, I display phone auth and then link that to the user account. If the UI incorporated a solution that combined email and phone auth that would be simpler. Since two factor authentication is so popular, I think it would be useful to a lot of people.
Describe the solution you'd like It would be great to have the built in ui option to require email, password, phone and phone verification on sign up.