-
What do I make of all of these requests that my RN iOS app is making? I followed the Messaging usage instructions after the Getting Started for iOS instructions and did not expect any analytics data to be automatically submitted. This may be an an upstream bug, but I thought I would check here first. Packages: Pods: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Interesting. The linked upstream bug appears right on target - this is not something that will be in our control - we're definitely not initiating them ourselves. You could try https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh to get a squeaky clean react-native-firebase demo, and you can tear that script down to just app and messaging modules if you like by simply commenting all the other stuff out but it would probably be more useful to the do same simply using their quickstart for messaging https://github.com/firebase/quickstart-ios/tree/master/messaging |
Beta Was this translation helpful? Give feedback.
Interesting. The linked upstream bug appears right on target - this is not something that will be in our control - we're definitely not initiating them ourselves. You could try https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh to get a squeaky clean react-native-firebase demo, and you can tear that script down to just app and messaging modules if you like by simply commenting all the other stuff out but it would probably be more useful to the do same simply using their quickstart for messaging https://github.com/firebase/quickstart-ios/tree/master/messaging