Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS version reports in Firebase Analytics?

I replaced the Google Analytics SDK with the Firebase SDK. I'm looking to generate some of the previously-obvious reports. For example, I want to see the breakdown of users by iOS version. I know this data is collected per https://support.google.com/firebase/answer/6317486?hl=en but not sure how to actually see the data.

like image 746
Mitch Cohen Avatar asked Mar 22 '19 19:03

Mitch Cohen


People also ask

How do I find my Firebase OS version?

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.

Does Firebase work with iOS?

Go to the Firebase console. In the center of the project overview page, click the iOS+ icon to launch the setup workflow. If you've already added an app to your Firebase project, click Add app to display the platform options. Enter your app's bundle ID in the bundle ID field.

How do I check my Firebase Analytics logs?

You can access this data from the Events dashboard in the Firebase console. This dashboard shows the event reports that are automatically created for each distinct type of event logged by your app.

What data is collected by Firebase Analytics?

The type of information collected through the Google Analytics for Firebase default implementation includes: Number of users and sessions. Session duration. Operating systems.


1 Answers

It seems that the option provided by @alexkaessner is not valid anymore.

An alternative is:

Firebase Console -> Analytics -> Dashboard -> What is your audience like? and changing the tab to Devices which also shows OS version.

enter image description here

For some reason when clicking on View "All Users" audience doesn't show OS versions. It seems that Firebase will drop this support soon and use Google Analytics instead, where you can see a better breakdown.

like image 70
rgkobashi Avatar answered Sep 22 '22 17:09

rgkobashi