Last updated:
0 purchases
fr fire auth
Fastest way to implement Firebase Authentication to your Flutter App.
Features #
Send SMS from Firebase Functions and verify it!
Getting started #
You need to create function to send sms - "sendSms" with attribute "phoneNumber". Phone number format example: "+77477773404"
You need to create function to verify sms - "checkCode" with attributes "phoneNumber" and "code".
This to functions need to return json with like this:
{
"status": "error",
"message": "phone is not correct",
}
Usage #
library.sendSmsToLogin(phoneNumber);
copied to clipboard
Additional information #
You can contact with me in telegram: @saparfriday
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.