1. Home
  2. Docs
  3. Threme Setup
  4. Firebase Installation
  5. Add Your Flutter App to the Firebase Project

Add Your Flutter App to the Firebase Project

  1. Register Your App:
    • Click on the Android icon to add an Android app.
    • Provide the package name of your Android app (you can find this in your Android Manifest.xml file).
    • Click on the iOS icon to add an iOS app.
    • Provide the iOS bundle ID of your app (you can find this in your ios/Runner.xcodeproj/project.pbxproj file).
  2. Download the Configuration Files:
    • For Android, download the google-services.json file and place it in the android/app directory.
    • For iOS, download the GoogleService-Info.plist file and place it in the ios/Runner directory