Step 1: Open your Firebase Project.

Step 2: Click on the iOS icon to add an iOS app to your project.

iosicon.png

Step 3: Enter your iOS App's Bundle ID. This can be found under the Apple Platform Setup form in the Apps Creator Dashboard.

screenshot12334.png

bundle.png

Step 4: Add a nickname for your app. It is recommended to your your App name here. Skip adding the App Store ID. Now click on the Register app.

Step 5: In the next step, Download the GoogleService-Info.plist file and keep it safe, you will need to add this file to the Apps Creator Dashboard later.

googleservice.png

Step 6: Skip the next two steps by clicking on "Next".
Step 7: In the last step, click on "Continue to Console" to go back to the Firebase Project.

console.png

Step 8: Creating a Service Account Key JSON for Push Notification

If you've already created a Push Notification Service Account Key JSON while registering your Android app on Firebase, there's no need to create a new one. Simply skip this step and proceed to Step 9 to upload the JSON file you previously created.

Click on the Cog Wheel icon, on your Project Dashboard page and open your Project Settings.

settings.png

Navigate to the Cloud Messaging tab in Project Settings.

projectsettings.png

In the Firebase Cloud Messaging API (V1) section, click on Manage Service Accounts. This will take you directly to the Service Accounts page in the Google Cloud Console.

Screenshot 2024-09-11 at 6.02.25 PM.png

Screenshot 2024-09-11 at 6.04.08 PM.png

Locate the service account email with the description ‘Firebase Admin SDK Service Agent’. This is the one you need.

Under the Actions column, click on the three dots and select Manage Keys.

Screenshot 2024-09-11 at 6.04.08 PM.png

Screenshot 2024-09-11 at 6.06.55 PM.png

Choose ADD KEY, then select Create New Key.

Screenshot 2024-09-11 at 6.11.10 PM.png

Ensure the key type is set to JSON, and click CREATE.

Screenshot 2024-09-11 at 6.11.02 PM.png

You will receive a prompt confirming that the private key has been saved to your computer. Store this file securely, as it will be required later for the Apps Creator Dashboard.

Screenshot 2024-09-11 at 6.12.35 PM.png

Step 9: Upload the GoogleService-Info.plist and Service Account Key to the Apps Creator Dashboard

Login to your Apps Creator Dashboard and navigate to Manage >> Platforms >> Apple. Scroll down to Firebase Settings. Ensure that the Newer Firebase Version is enabled.

Here, upload your GoogleServices-Info.plist and Firebase Service Account Key JSON files. You can leave the Firebase API key field unchanged, as it is no longer needed. The Form will be auto-saved.

Screenshot 2024-09-11 at 6.14.34 PM.png

Congratulations! You have successfully configured your iOS app on Firebase.