- Notifications
You must be signed in to change notification settings - Fork68
Phone number authentication + OTP login page built with@flutter 😍
License
NotificationsYou must be signed in to change notification settings
huextrat/TheGorgeousOtp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A login page built with flutter inspired by a design found on Uplabs
Login Screen | OTP Screen |
---|---|
![]() | ![]() |
This project uses the phone connection provided byFirebase.It also usesMobX andProvider to manage the state of the application simply and efficiently.
This project works with Firebase so you need to import your own Google Services files on Android & iOS folder after creating your Firebase project. Remember to enable phone authentication in your Firebase project.
On iOS if you don't have APN key or APN is not setup on the device (emulator) you must setURL Schemes
to theREVERSE_CLIENT_ID
from the GoogleServices-Info.plist file. If your application crashes on iOS after entering his phone to receive OTP, there's a good chance it is due to this step.