Firebase console link: https://console.firebase.google.com/
Dependency packages: https://pub.dev/
In this tutorial, I’ll show you how to properly add your Android and iOS apps to Firebase when working with Flutter.
You’ll learn:
How to find your Android package name from AndroidManifest.xml
How to register your Android app in Firebase
Where to place the google-services.json file
How to find your iOS bundle ID in Xcode
How to register your iOS app in Firebase
Where to place the GoogleService-Info.plist file
This is a critical step before using Firebase Authentication, Firestore, Storage, or any other Firebase service in your Flutter app.
By the end of this video, your Flutter project will be correctly connected to Firebase for both Android and iOS.