Bravo Mart

View Categories

Firebase setup for iOS

< 1 min read

1. Firebase Project Setup (Same as Android) #

You’ve already created a Firebase project—do not create a new one.

Instead, add your iOS app under the same Firebase project:

2. Add iOS App to Firebase #

  1. Go to your Firebase project in the Firebase Console.
  2. Click Add App → Select iOS (Apple icon).
  3. Fill out:
    • iOS bundle ID:
      Example: com.yourcompany.bravomartdelivery
    • App nickname (Optional):
      BravoMart Deliveryman iOS
    • App Store ID (Optional, can skip)
  4. Click Register App

3. Download & Place GoogleService-Info.plist #

  1. Download the GoogleService-Info.plist file.
  2. Open your Flutter project in Xcode:
    • Run: open ios/Runner.xcworkspace
  3. Drag and drop the GoogleService-Info.plist file into:

ios/Runner/

📌 Make sure you check: “Copy items if needed” when prompted.

Leave a Reply