-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Issue
I'm trying to debug some listener (on/off) issues with react-redux-firebase, and would like to see firebase database debug output in the console.
In v2 a
{ debug: true } parameter could be sent to RNFirebase.initializeApp, but since there is no longer a need to initialize the app, where would be the appropriate place to enable console logging?
firebase.database.enableLogging(true);is a Web SDK function, so that doesn't work either.
Could I enable debug logging in the Android SDK (like persistence), and read the output directly from the android logs?
Thanks!
Environment
- Application Target Platform:
Both
- Development Operating System:
Linux
- Build Tools:
- React Native version:
0.43.9
- RNFirebase Version:
3.0.0
- Firebase Module:
database
LordParsley