How to see all device list in Firebase Analytics?

AndroidFirebase Analytics

Android Problem Overview


In our App we're using FCM, so Firebase analytics is also working. However, from the dashboard, we can only see top devices.

enter image description here

Is there a way to see more details about devices?

  • All the models
  • All OS
  • Region of all the devices? etc.

For instance, we want to verify whether some users are being tracked in analytics (by their models), but can't find anyway to do that.

Android Solutions


Solution 1 - Android

On Analytics -> Dashboard, clicking the three vertical dots then "Download CSV" will give you a CSV with all devices, OS versions, countries, languages, and more, as well as the user distribution for each.

download csv

It may also be under the share button (3 connected circles) -> Download File -> Download CSV

2022 report location

list of devices

Solution 2 - Android

There is one way to see the list of devices and OS. In the screenshot you uploaded, click on the Add Filter -> User Property -> {Device Model, Device Brand, App Version, OS Version etc.} will be listed there.

enter image description here

If you have not specified any User Properties your self then also, firebase is Automatically collected user properties. Check the list of properties automatically collected by firebase.

https://support.google.com/firebase/answer/6317486?hl=en

Note: If firebase has collected any of the properties itself you will as I mentioned above.

Good luck!!

Solution 3 - Android

Is there any way to download this report

If you hover your mouse over the grey 'other' bar, you can see a more detailed breakdown of the rest of the devices without needing to download the data as a CSV file.

Image showing user usage breakdown by device on Firebase Analytics

Solution 4 - Android

You can see the device information (model and OS) on Firebase Dashboard page, in the Device tab of the last card

Firebase device list

Solution 5 - Android

You can see them on Google Analytics as well if you have it linked with your Firebase project. The path is Technology -> App -> Device Models.

enter image description here

Solution 6 - Android

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.

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAbu RuqaiyahView Question on Stackoverflow
Solution 1 - AndroidJake LeeView Answer on Stackoverflow
Solution 2 - AndroidRahul PatelView Answer on Stackoverflow
Solution 3 - AndroidBen GilroyView Answer on Stackoverflow
Solution 4 - AndroidFloris MView Answer on Stackoverflow
Solution 5 - AndroidEvin1_View Answer on Stackoverflow
Solution 6 - AndroidRohit SView Answer on Stackoverflow