24

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

Nissa
  • 4,636
  • 8
  • 29
  • 37
jdlogan
  • 241
  • 1
  • 2
  • 5

4 Answers4

17

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

Bùi Đức Khánh
  • 3,975
  • 6
  • 27
  • 43
15

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

Andrew Bennet
  • 2,600
  • 1
  • 21
  • 55
8

With the new version of Firebase, you can see it by putting your mouse over the other section: enter image description here

Floris M
  • 1,764
  • 19
  • 18
8

You can also export a CSVwith a breakdown of the devices. It is available from the Dashboard on the menu in upper-right.

Lorraine
  • 159
  • 2
  • 3