fr_fire_auth

Last updated:

0 purchases

fr_fire_auth Image
fr_fire_auth Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.