iOS Configuration
Add iOS app
- In Firebase Console, click Add App → iOS.
- Enter your iOS Bundle ID — must exactly match Xcode Bundle Identifier (see Updating Package & Bundle ID).
- Download the
GoogleService-Info.plistconfig file.
Add to Xcode
- Open the
ios/folder in Xcode (ios/Runner.xcworkspace). - Right-click the
Runnerfolder, select Add Files to "Runner", choose your downloadedGoogleService-Info.plist, and check Copy items if needed. - Ensure the file is added to the Runner target's Build Phases → Copy Bundle Resources.
Note
If the file is not added to the target, iOS builds will crash at launch.
After adding
- Upload this file to the Prohandy admin panel — see Firebase Admin Upload.
- Complete APNs Setup for push delivery.
Still stuck?
Our support team is ready to help you get set up.

