Firebase : How to Check Count of Users on a Specific App Version from Firebase Console
Asked Answered
D

2

11

I would like to know how to check count of Users on a specific app version from firebase console (30 day active). For Example, our mobile app has 5 versions/releases. Need the result as per following.

Version       Count
3.1.5        250021
3.1.4         45332
3.1.3          4452
3.1.2            24
3.1.1             0 

-- Update

I managed to get some information in latest updated version for firebase console where app version wise dashboard was available.

Is it possible to get some specific app page field value for users running their app on any specific version e.g. 3.1.2 for past 30 days, 7 days and last day ??

Dilatation answered 23/1, 2020 at 5:6 Comment(3)
Try Crashlytics in firebase.Bahuvrihi
Did u try firebase analytics to your app?Jeaniejeanine
Have you tried BigQuery ?Mobley
B
21

Firebase Analytic's console is severely limited in what it can do.

Connect your Firebase account to google analytics and use "Reporting Beta" and you'll be able to build this exact report.

Here is a screenshot showing the options I selected to put it together.

enter image description here

Blueberry answered 24/1, 2020 at 21:47 Comment(0)
A
1

Firebase is limited to how many version and count of users on that number it shows.

But there's a workaround.

Go to Analytics Tab -> Audiences -> All Users -> next steps below

You have to first select date range )select a large range so it covers most of the version uploaded on stores)

Then find the button that says export report..export the report as CSV..

enter image description here

In the CSV file you will find all the app version report with user count at somewhere on the bottom..

Apprehend answered 20/5, 2024 at 12:24 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.