0

I came to know about the Pyrebase. But it only offers email authentication. I need to use only Phone authentication. Users can login by verifying their OTP.

But there doesn't seem to be any proper guideline out there. Anyone want to elaborate this topic little more? Your help is really appreciated.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Uchchash TR
  • 47
  • 1
  • 8

1 Answers1

1

I don't believe pyrebase offers phone authentication, you can build custom tokens on it but for phone authentication through an OTP, I believe it would be easier if you deploy it using the firebaseUI, for further information, you can check out the documentation: https://firebase.google.com/docs/auth/android/phone-auth

Gokul K S
  • 11
  • 2