/flutter_phone_authentication

Flutter Phone Number Authentication Using Firebase (add google-services.json file) + flutter-form-builder to create multi screen journey + providers to manage global state

Primary LanguageJavaScript

Phone Number Authentication Using Flutter & Firebase

This is the source code for Phone Authentication in FLutter.

App Features

  • Login Using Phone Number.
  • Send OTP to device.
  • Auto Verification of OTP.
  • Manually Entering OTP & Verifying it.

For Step By Step Guide Follow Video Tutorial:

Links used in project:

Feel Free to copy the code and use it.

Don't forget to star the repo and like the video :)

Make Form - Journey

Create forms using JsonSchema. Iterate over JsonSchema to create Journey. Use Provider to maintain journey state.

Feel free to use this in your peoject!