Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 436
Abu Ruqaiyah Avatar asked Oct 31 '16 06:10

Abu Ruqaiyah


People also ask

How do I filter Firebase analytics?

From the Events screen, click on "Add filter +" button, select the menu User-scoped custom dimension, and under the App version sub menu, check your target app version.

What can you track with Firebase analytics?

Analytics surfaces data about user behavior in your iOS and Android apps, enabling you to make better decisions about your product and marketing optimization. View crash data, notification effectiveness, deep-link performance, in-app purchase data, and more.


2 Answers

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

like image 179
Jake Lee Avatar answered Sep 20 '22 19:09

Jake Lee


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!!

like image 24
Rahul Patel Avatar answered Sep 22 '22 19:09

Rahul Patel