This article explains how you can setup  analytics for your iOS app via Firebase.

The steps differ based on the fact 

  1. if you already have created a Firebase project during your Android setup:
    Select your app in https://console.firebase.google.com/
    and scroll down to step B in this article.
  2. if you haven't done that yet. Start with Step A in this article.


A. Create a Firebase project

This article provides a step-by-step guide on how and where to:


  1. Navigate to https://console.firebase.google.com/
    Login with your Google account if needed
  2. On the welcome screen, click Add project.
  3. Enter a name for your project.

  4. Accept the terms of service.

  5. Click Create project.

  6. Enter a name for your Firebase project and click Continue.

  7. If you would like to track your app using Google Analytics, then make sure that the option is enabled before using the Continue button to proceed.

  8. Choose or create a Google Analytics account and click on the Create Project button to finish creating the Firebase project.

  9. Now that the Firebase project has been created, we're going to start by adding an app to the project.


B. Add iOS  app to existing Firebase project

  1. Click + Add app below the name of your app
  2. Click on the iOS+ button
  3. Copy the Bundle ID of the app found in AppMachine in this screen:
  4. and paste that as the Android Package name. Click Register app to continue.
  5. Download the google-services.plist file . You'll have to upload this file later in AppMachine.
    Click Next to continue.
  6. Step 3  Add Firebase SDK.   Click Next. Do not change any settings.
  7. Step 4: Add initilization code Click Next. Do not change any settings.
  8. Step 5: Next steps Continue to Console to proceed.

  9. Go back to AppMachine
  10. Open the Publish dashboard
  11. Open the dropdown in the Apple App store tile and choose Certificates & Api keys
  12. Scroll dow to Firebase certificates 
  13. Click + Certificate
  14. Select the plist file which you just created
  15. Click Upload
  16. Upload the plist fileYou've now successfully completed the Firebase configuration.

You will need to do a new Store update to the Apple App store before your app will start tracking analytics.