I have Firebase analytics setup and configured properly. Cohort analysis and custom events are being reported without issue. However, I don't see any of my screen titles being reported.
When I launch the app I see the following in the console:
Firebase automatic screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO in the Info.plist
The documentation for that method notes that I may call setScreenName() if I want to override the default behavior. I've tried both calling it with a custom name and not calling it but I still don't see any screen tracking information in the Firebase dashboard.
Is there something on the client I am missing or is the reporting hiding from me on the dashboard?