Search code examples
firebasefirebase-analyticsfirebase-admin

How to get report from Firebase analytics using Firebase admin API


I am using node js Firebase SDK. How can I access analytics data from Firebase, with the help of Firebase admin API.


Solution

  • Update: there is now an API to get the Analytics reports data. See my answer here: Is there any api for dashboard analytics data?

    You can also: