-
Notifications
You must be signed in to change notification settings - Fork 23
Firebase Setup
Zachary Orr edited this page Sep 30, 2020
·
11 revisions
- Navigate to the Firebase Console
- Click
Add Project
- Enter a project name to work with - preferably something namespace'd to yourself (ex:
zach-tba-dev
) - After your project is done setting up, click your newly created project
- On the landing page, click
Add Firebase to your iOS app
- Enter a locally namespaced bundle identifier (ex:
com.the-blue-alliance.tba.zach-tba-dev
) - Click
Register App
- Download the
GoogleService-Info.plist
(we'll use this in the Configure Project step)
This step assumes you've completed all of the steps from the Setup guide
- Open the workspace file (
the-blue-alliance-ios.xcworkspace
) - Click
the-blue-alliance-ios
project in the project navigator - On the left sidebar, under
Targets
clickThe Blue Alliance
- Click the
General
tab along the top bar - Change
Bundle Identifier
to the bundle identifier you set during the Setup Firebase step - Overwrite the existing
GoogleService-Info.plist
is in thethe-blue-alliance-ios/the-blue-alliance-ios
folder with your newly downloadedGoogleService-Info.plist