I have been trying to connect my ReactNative App to firebase for two reasons - 1. Push Notifications ( Done Successfully ) 2. Events logging for each user.
I am facing issues with debugView to get live events in development mode, I am able to see my events in streamView
but after some delay.
for the above - for android - adb shell setprop debug.firebase.analytics.app "package_name"
and for ios, I have added -FIRAnalyticsDebugEnabled
to my xcode scheme.
but still none of these seems working.
I have RN0.44.
thank you,
-FIRAnalyticsDebugEnabled
,-FIRDebugEnabled
and also make sure you have correctGoogle-Services.json
, It will work. – Stockish