Hi,
We’re trying to use the Firebase Analytics plugin to track pages that people visit in our app. We’re calling firebaseAnalytics.setCurrentScreen(myScreenName, “xxx”) as we’re really interested in the screen name and not the class.
When we look at the analytics it appears that the screenname isn’t getting through at all and it’s only showing AppViewController and CustomAlertController. with counts against them in the Firebase console.
Are we doing something wrong? I note the official Firebase docs call for setCurrentScreen (Activity activity, String screenName, String screenClassOverride).
Thanks,
Nathan.