Search code examples
androidfirebase-analytics

How to see all device list in Firebase Analytics?


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.


Solution

  • 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