Skip to content Skip to sidebar Skip to footer

How To Group Events Parameters By Event On Firebase?

I'm working in a react native application that uses analytics using react-native-firebase, I had something like this: Analytics.logEvent('event_click', { target: 'accept', screen:'

Solution 1:

There are automatic registered events on Firebase that track the screen views, look at this source.

I recommend to organize your events according to this picture to get better insights about the information you need and also check the limitations about custom event limits and parameters Custom Events and Parameters Limitations

Hope it helps

enter image description here


Post a Comment for "How To Group Events Parameters By Event On Firebase?"