Skip to content

Question about _automaticDataCollectionEnabled #5493

Answered by mikehardy
atfilipcc asked this question in Q&A
Discussion options

You must be logged in to vote

Interesting, I can see how this can be confusing.

The @react-native-firebase/app module does all the firebase.json / native parsing and initial setup (required for GDPR compliance to be able to start disabled even though default is enabled) and it handles multiple modules that all may collect information.

Analytics is "analyticsCollectionEnabled" as a general key (with different casing and underscores etc as it flows through the system)

In-App-Messaging is "automaticDataCollectionEnabled" as a general key (with different casing and underscores etc as it flows through the system)

For each module in use you'll need to examine the toggles but if you are not including / using In-App-Messaging…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@atfilipcc
Comment options

Answer selected by atfilipcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants