fr_fire_auth 0.0.1
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 #
- 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);
Additional information #
You can contact with me in telegram: @saparfriday