Firebase Auth using phone number and password

前端 未结 4 1386
抹茶落季
抹茶落季 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:51

    Firebase phone authentication is using OTP(one time password). This way there is no hassle for the user to remember the password. Once authenticated, you will be registered. The sms code acts as a password. But that is for one time. Usually , users prefer such behaviour in which you dont have to remember the passwords. If you are still looking for the way you want, see this link and create a custom authentication method. https://firebase.google.com/docs/auth/android/custom-auth

提交回复
热议问题