(Ep 50) How To Setup Phone Authentication With Flutter & Firebase Auth

Опубликовано: 10 Октябрь 2024
на канале: 1ManStartup
25,303
344

In this video we’ll add the option for users to sign up/ sign in to our app with only their phone number. The way it will work is the user will enter their phone number, then a text will be sent to them from firebase auth containing a 6 digit passcode. The app will then require the user to enter that 6 digit code and if it matches what firebase sent they’ll be granted access to the app.


▶️ Pervious Auth Videos:    • Firebase Authentication For Flutter  

👀 View the live landing page for the app: https://traveltreasury.app/

🎧 Get your FREE audiobook: http://www.audibletrial.com/1manstartup

✅ Get Your Custom Domain From NameCheap: https://namecheap.pxf.io/xKV71

😎 If you enjoy the videos, consider supporting the channel: https://1manstartup.com/donate

👍 Complete Code on GitHub: https://github.com/davefaliskie/trave...

📣 Shout out to niinyarko (https://github.com/niinyarko) for the awesome phone input package


Useful Links:
Firebase Phone Auth: https://firebase.google.com/docs/auth...
Setup SHA Cert: https://developers.google.com/android...
International_phone_inupt: https://pub.dev/packages/internationa...

#phoneAuth #firebase #flutter