I get several debug messages from Firebase - quite chatty:
2016-10-20 22:18:33.576 Sitch[1190] <Debug> [Firebase/Core][I-COR000019] Clearcut post completed
I don't see any way to quiet them. FIRAnalytics only shows INFO and more severe but Firebase/Core seems to have debug enabled by default?
This is the cocoapods build - from podfile.lock:
FirebaseCore (3.4.3): GoogleInterchangeUtilities (~> 1.2) GoogleUtilities (~> 1.2)
If you need to deactivate Analytics collection permanently in a version of your app, set FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED to YES (Boolean) in your app's Info.
expo-firebase-core provides access to the Firebase configuration and performs initialisation of the native Firebase App.
Enable debug mode by passing the -FIRDebugEnabled argument to the application. You can add this argument in the application's Xcode scheme. When debug mode is enabled via -FIRDebugEnabled, further executions of the application will also be in debug mode.
You can disable the debug logging with the flag -FIRDebugDisabled.
Below are the steps to set this flag.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With