1.0.0 • Published 10 months ago

firebase-phone-auth v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Plug-in for Phone Authentication using Firebase

It is a wrapper over the firebase functions and code to perform the phone OTP authentication. It simplifies the process and avoids the need to read the Firebase Documentation. It provides three main functions to perform the phone authentication -

  1. initPhoneAuth - Initialize firebase and other firebase libraries
  2. sendOtp - To send the OTP to the provided phone number
  3. verifyOtp - To verify/match the OTP sent

Point to Note: Standard limits as per your firebase plan applies here as well.

Refer docs here