How To Add Firebase Analytics To Your Mobile App
This article will walk you through the necessary steps to set up a Firebase account and connect it with your Gallus Golf mobile app.
What's The Point?
Completing this process will enable you to see in-depth analytics about your users and what they're using your app for.

You will not have access to app analytics until you take the time to complete this process.
Before You Begin
- Firebase Project name
- Android Package name
- iOS Bundle ID
Follow These Steps:
1) Create A Project In Firebase
- Go to https://console.firebase.google.com/
- Project name: Refer to the Firebase Analytics page in your Gallus Admin Dashboard. Copy it from there and paste into Firebase:

- Make sure to enable Google Analytics. Accept all defaults and click Create Project.



- NOTE: If asked which Google Analytics account you would like to use, select Create New Account and name it "Your Course Mobile App" (with your course's name of course). Otherwise, your analytics data could be combined with other existing properties.
- Click Continue.

2) Add Android App
- Click the Android icon on the project home page where it says Add an app to get started (in the center of the page).

- Use the Android Package Name on the Firebase Analytics page in your Gallus Admin Dashboard. Ignore nickname and signing cert. Click Register app. Click Next.

- Download Config file (ends in .json). (You will need this later.) Once this is downloaded, click through the wizard...

- Click Next.
- Click Next (you do not need to Add the Firebase SDK).
- On step 4, click Skip This Step at the bottom-right of the page. (There will be a page loading icon, but you do not need to wait for it to complete to click.)

3) Add iOS app
- Click Add App in the middle of the home page.

- Click the iOS icon on home page.

- Use the iOS Bundle ID from the Firebase Analytics page in your Gallus Admin Dashboard. Ignore nickname and signing cert. Click Register app. Click Next.

- Download GoogleService-Info.plist file. (You will need this later.) Once this is downloaded, click through the wizard…

- Click Next.
- Click Next (you do not need to Add the Firebase SDK).
- Click Next (you do not need to Add the initialization code).
- On step 4, click Skip This Step at the bottom-right of the page. (There will be a page loading icon, but you do not need to wait for it to complete to click.)

4) Find Server Key
- Click the Gear icon to the right of "Project Overview" in the menu on the left.

- Select "Project settings".

- Select the "Cloud Messaging" tab.

- Click Manage API in Google Cloud Console.
-

- A new tab opens to Google Cloud Console. Click Enable.
-

- Back in Firebase, copy the Server Key and paste the value somewhere so that you can reference it later.

5) Add Gallus Golf As An Editor
- Click Users & Permissions.

- Click Add Member.

- Enter analytics@gallusgolf.com as the email, set the Role to Editor, and click Add Member.

6) Save Values In Gallus Admin Dashboard
Related Articles
How Firebase/Google Analytics Work
Before You Begin Make sure you have completed the Firebase setup process outlined in this article (click to view). If the Firebase page in your admin dashboard (click to view) has the boxes filled in like the below, you are all set: Viewing Firebase ...
How App Analytics Work
What's The Point? Each Gallus Golf custom-branded mobile app has it's own unique subset of users. What works in one app may not work in another. It's vital to take time to look at what is and isn't working in an app to budget time accordingly for the ...
How Mobile Check-In Works
What's The Point? Mobile Check-In simplifies the process of checking in and paying for a round of golf, freeing up pro shop staff to focus on other duties. It integrates fully with your point-of-sale software and payment processor to charge for the ...
How The Analytics Pane Works
What's The Point? The ultimate measure of any product's success is how many people are using it. Your app is no different, so we at Gallus have created a simple view for you to measure some important KPI's (Key Performance Indicators). Accessing The ...
Club Prophet Mobile Check-In FAQ's
Before You Begin Make sure to have an understanding of Mobile Check-In by reading our How Mobile Check-In Works article. More Information On Mobile Check-In T Please check out the article from Club Prophet's online help center by clicking here. ...