Firebase automatic screen reporting is enabled in xcode log

Mike Flynn picture Mike Flynn · Jan 15, 2017 · Viewed 22k times · Source

Is the following message when my app loads have any cause for concern. If I disabled FirebaseAutomaticScreenReportingEnabled does that have any consequence? Not much info about this online.

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

Answer

Papon Smc picture Papon Smc · Oct 12, 2018

Set a new key-value pair on info.plist FirebaseScreenReportingEnabled = NO.

More information follow the below picture

enter image description here