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