Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View full device breakdown in Firebase

Tags:

On the Firebase Analytics Dashboard they display summary data for device and OS breakdown but it does not show the complete breakdown (in my case meaning I can't view the breakdown for 44.7% of my user base). Is there anywhere in Firebase I can either view this information or export it to view it somewhere else?

Snapshot Devices Breakdown

like image 362
jdlogan Avatar asked Dec 06 '16 23:12

jdlogan


People also ask

How do I see all devices in firebase Analytics?

You can see the device list in Firebase Analytics. In dashboard -> device model click in view device model. You can see list of all the devices with details.

What is screen view in firebase Analytics?

screen_view when a screen transition occurs and any of the following criteria are met: No screen was previously set. The new screen name differs from the previous screen name. The new screen-class name differs from the previous screen-class name.


2 Answers

It takes me time to find it. This is English image guide with step by step to view those Information for firebase

enter image description here

Or to have detail with number of devices, export csv to get this

enter image description here

enter image description here

like image 82
Bùi Đức Khánh Avatar answered Oct 27 '22 05:10

Bùi Đức Khánh


It's a bit tedious, but you can add a filter on the dashboard to see the usage numbers for each device and each iOS version. Click Filters → User Property → Device Model or Filters → User Property → OS Version to filter to a single device or OS.

If you record or export the numbers for each device and OS, you can work out the percentage distribution.

Firebase filter options showing device models

like image 27
Andrew Bennet Avatar answered Oct 27 '22 05:10

Andrew Bennet