So, I am trying to create a sign-in and sign-up flow using firebase with primary requirement using phone number only.
But I found that I am only able to sing up the user using createUserWithEmailAndPassword only. Now the issue is how do I sign up the user using phone number.
If not then how does firebase sign in user using phone number?
after entering the phone number and otp two case
- if the user already exist he goes to his dashboard
- if he is new to app he goes to signup detail page and then to the dashboard