Flutter & Firebase Auth 02 - Create, validate and save a login form + Firebase iOS auth integration
In this video series on Flutter, I'll show you how to create a login and registration flow and Firebase integration, and extend it to build a full app.
In this video, I will cover:
- Building layouts
- Handling user input: introducing forms
- Adding email and password fields
- Form validation and save
- Adding dependencies to a Flutter project (pubspec.yaml)
- Creating a new Firebase project
- Firebase Xcode setup (iOS)
- Enable Firebase sign-in with email and password
Source code
Note: I'm using the iOS simulator, but you can open the Android emulator and run the same code.
This code was written with Flutter Beta 2, and is tested to work with Dart 2.
Thanks for watching!