Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see all the screen class engagements on firebase

I just integrated firebase to my android and ios app.

The dashboard has an engagement card where i can see the top 3 activities or viewcontrollers that the users engage in. The percentage only add up to 74%, and total engagement time is ~ 2 minutes while the average engagement time is 5 minutes.

As you can see from this image hereenter image description here

But how do I see the rest of screen classes? I am pretty sure my app contains more than 3 classes, and I am quite sure my QA people go through other parts of the application.

like image 295
Zhen Liu Avatar asked Nov 07 '22 19:11

Zhen Liu


1 Answers

The issue was that i was using an old version of Firebase library. (9.8.0)

As you can see from this link here

https://firebase.google.com/support/release-notes/android#20170707

The automatic screen tracking is only added in version 11.0.0

After I included that version, everything worked.

I setup my iOS using cocoaPod so it was never an issue.

like image 85
Zhen Liu Avatar answered Nov 15 '22 07:11

Zhen Liu