Skip to main content

How to Locate Your Android Bundle Id

Find the unique ID used when publishing your Android app or setting up tools like Firebase and push notifications.

A
Written by Amr Alshareef
Updated this week

The Android Bundle ID is a unique identifier for your app in the Google Play Store. You’ll need it when setting up things like Firebase (which is used for push notifications) or publishing your app to Google Play.

When publishing, you'll need to copy the Android Bundle ID from Buildfire and paste it into the Google Play Console.


How to locate your Android Bundle ID

  1. Log in, go to Settings in the left navigation, select Integrations

  2. Under the Certificates tab, scroll down to the Google Services (Android) Android Bundle ID

  3. Copy the value—it will look something like www.numbersandletters.com

Did this answer your question?