Flutter Phone Auth with Firebase for Absolute Beginners

Опубликовано: 30 Март 2024
на канале: JeronDev
2,378
51

This beginner-friendly tutorial will guide you through the step-by-step implementation of phone auth with Firebase in Flutter. Learn how to set up Firebase, handle user input, and verify phone numbers. By the end of this video, you'll have a fully functional phone authentication system for your Flutter app.

GITHUB LINK: https://github.com/jeronasiedu/phone-...
NOTE: By default, firebase has denied all SMS regions, therefore you may get errors like you haven't enabled this authentication provider, to fix this, from your Firebase's project, navigate to authentication and then settings, and finally SMS region policy and allow the regions you would like to send SMS to.

Chapters
0:00 - Introduction
2:00 - Phone Auth UI Screens
29:00 - Setting up Firebase Project
34:00 - Send & Verify OTP Logic
48:00 - Testing & Fixing Phone Auth On iOS
56:00 - Adding Loading States
1:04:00 - Testing & Fixing Phone Auth on Android
1:10:00 - Outro