Replies: 1 comment
-
This may be interesting: #4018 That one resolved to an upstream issue (that is, either on the firebase backend of the underlying firebase-android-sdk / firebase-ios-sdk. I would recommend putting together a quickstart to see if it still happens while using the native SDKs raw - the quickstarts make it pretty easy, e.g. https://github.com/firebase/quickstart-android/tree/master/analytics My hunch is that you will still observe the unwanted behavior while using the native SDK, and this won't be an issue that we can fix here. You may also try reaching out on stackoverflow as the Firebase folks hang out there for support sometimes, but you will need to have an example using their SDKs (directly - not via react-native-firebase) to demonstrate the issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to use logEvent to send data to analytics where we have to send items discount and it is not showing.
The part of the code where we send the event

The result in debug mode:

Anyone else has this problem?
Beta Was this translation helpful? Give feedback.
All reactions