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 #
- Go to your Firebase project in the Firebase Console.
- Click Add App → Select iOS (Apple icon).
- Fill out:
- iOS bundle ID:
Example:com.yourcompany.bravomartdelivery - App nickname (Optional):
BravoMart Deliveryman iOS - App Store ID (Optional, can skip)
- iOS bundle ID:
- Click Register App
3. Download & Place GoogleService-Info.plist #
- Download the
GoogleService-Info.plistfile. - Open your Flutter project in Xcode:
- Run:
open ios/Runner.xcworkspace
- Run:
- Drag and drop the
GoogleService-Info.plistfile into:
ios/Runner/
📌 Make sure you check: “Copy items if needed” when prompted.