Register Android app
This article explains how to register an Android app within a Firebase project.
Last updated
Was this helpful?
This article explains how to register an Android app within a Firebase project.
Last updated
Was this helpful?
Important: It is possible to register multiple apps within the same Firebase project. However, please keep in mind that the Google Analytics service is linked to the Firebase project and not to a single app. This means that -within the linked Google Analytics dashboard- you, or anyone you grant access to your analytics dashboard, will be able to view analytical data for all apps registered in the Firebase project.
Pre-requisite(s):
Firebase project.
Android app Bundle ID.
Click on the Android logo below the text "Get started by adding Firebase to your app".
Download the google-services.json file. You'll have to upload this file during the Android publishing process in AppMachine. Click Next to continue.
In Step 3 : 'Add Firebase SDK' click Next without making any changes.
In Step 4 : 'Next steps' click the Continue button to complete the Firebase Android app registration.
Login on and open your Firebase project. If you don't have a Firebase project for your app yet, then follow the steps in .
In Firebase, paste the Bundle ID in the Android package name input field and click Register app to continue. You can find the Bundle ID of your Android app by following steps 1-3 in .