firebase-phone-auth
v1.0.0
Published
A simplified JS wrapper over the firebase phone authentication process
Downloads
3
Maintainers
Readme
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 -
- initPhoneAuth - Initialize firebase and other firebase libraries
- sendOtp - To send the OTP to the provided phone number
- verifyOtp - To verify/match the OTP sent
Point to Note:
Standard limits as per your firebase plan applies here as well.