Firebase Auth using phone number and password

前端 未结 4 1422
抹茶落季
抹茶落季 2021-02-04 14:11

I am developing Android app using Firebase. Because of that, I want to use Firebase Auth. I have following requirements:

  • Register/Log in using Facebook
  • Re
4条回答
  •  渐次进展
    2021-02-04 14:48

    I had a similar problem - I combined firebase auth(email + password) with (phone+otp) to get phone+password auth -

    https://medium.com/@shivampesitbng/firebase-phone-password-auth-in-vue-b94f15b8fb3d

提交回复
热议问题