fr_fire_auth 0.0.1 copy "fr_fire_auth: ^0.0.1" to clipboard
fr_fire_auth: ^0.0.1 copied to clipboard

Fastest way to implement Firebase Authentication to your Flutter App.

Fastest way to implement Firebase Authentication to your Flutter App.

Features #

Send SMS from Firebase Functions and verify it!

Getting started #

  1. You need to create function to send sms - "sendSms" with attribute "phoneNumber". Phone number format example: "+77477773404"
  2. You need to create function to verify sms - "checkCode" with attributes "phoneNumber" and "code".
  3. This to functions need to return json with like this: { "status": "error", "message": "phone is not correct", }

Usage #

library.sendSmsToLogin(phoneNumber);

Additional information #

You can contact with me in telegram: @saparfriday

0
likes
110
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Fastest way to implement Firebase Authentication to your Flutter App.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

cloud_functions, firebase_auth, flutter

More

Packages that depend on fr_fire_auth