Reputation: 3
I need a help regarding the code for setting password after Phone Number Authentication using firebase such that after first time verification of phone number user can directly log in using phone number and password
Upvotes: 0
Views: 737
Reputation: 30838
You can set a password after phone authentication but phone+password authentication is not supported with Firebase Auth. You can link an email/password provider to the account but the user would be able to sign in with phone OR email+password and not phone+password.
Upvotes: 2