Firebase Screen Name Is Showing Not Set
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
Solution 1:
put
analytics.setCurrentScreen(this, "Screen Name", this.getClass().getSimpleName());
in onResume()
.
Post a Comment for "Firebase Screen Name Is Showing Not Set"