I have created a project in Google Firebase Analytics
and I am able to log screen names in the console. But for one screen screen_view
is not recorded and it is showing as not set in the screen view list. I have used a default function for logging screen view event (i.e. setCurrentScreen()).
I am using Firebase:16.0.0
version. Can anyone please guide me for this.
put
analytics.setCurrentScreen(this, "Screen Name", this.getClass().getSimpleName());
in onResume()
.