Search code examples
firebasefirebase-analytics

Is there a Firebase analytics API?


Is there an API for getting access to the data from Firebase analytics for my app? I would like to get programmatic access to users by country so that I can display it on my site but I have not found a way to do it.

I appreciate any help!


Solution

  • The Google Analytics Data API gives programmatic access to users by country.

    In Data API requests, you'll need to identify your Google Analytics 4 (GA4) property by it's ID; this ID is different from the Firebase project. This page on Property ID shows how to find your GA4 property ID.

    There are example requests of users by country in the Creating a Report Guide.