can't see logCampaignDetails event in firebase debug view #6378
Unanswered
leandro-faria
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@leandro-faria does it work in general and the issue is related only to DebugView functionality? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to send logCampaingDetails using the react-native-firebase, but I can't see the events arriving at debug view. Even if I try to send a custom event with
campaing_details
, I still can't see them.My goal is to send this event when receiving a push notification, like this:
This event won't appear at debug view, and the next events (custom events, screen view, etc) are not associated to the utm I send
Is this something happening only in debug view, or should it appear there?
Beta Was this translation helpful? Give feedback.
All reactions