Firebase Analytics Plugin & setCurrentScreen

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.

Is this is for Android? Or Both iOS and Android.

I want to use it for both, but this particular example is iOS.

It looks like this a bug with firebase see below

https://github.com/firebase/firebase-ios-sdk/issues/1894

Wow - seems crazy that Google have let this issue linger for so long. Thanks for getting to the bottom of it Scott.