Replies: 1 comment 2 replies
-
Hi there - I am guessing the events are queued - but we do not do any special processing in react-native-firebase between debug and release. You mention "Debug Build Flag", that's ambiguous for me. Do you mean you turned on analytics debugging via the Obviously if you have collection disabled, you should not see it on the app analytics console on the web. Any other place you see it is inconsequential as it hasn't left the device. If you then enable it and see first_opens but only after enable, then that's data that would fit a queuing hypothesis. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have some questions regarding analytics auto collection behavior. Maybe someone knows and can provide a little help/guidance here.
We disabled analytics auto collection by default both via
firebase.json
and the respective native settings inInfo.plist
andAndroidManifest.xml
. The user can later on agree to enable tracking during registration.a) However we still see
first_open
events in our stats. How is that possible? Does firebase remember these events and logs once collection is enabled via Javascript?b) I tried digging with the Debug Build Flag for Firebase enabled. It logs all sorts of events regardless of having auto collection disabled by default. Is the flag not taken into account in debug mode?
Thanks a lot for your help
Beta Was this translation helpful? Give feedback.
All reactions