firebase-phone-auth

1.0.0 • Public • Published

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.

/firebase-phone-auth/

    Package Sidebar

    Install

    npm i firebase-phone-auth

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    21.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • il-coder