evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Event Content not getting stored #18

Open kunsachdeva opened 8 years ago

kunsachdeva commented 8 years ago

Events are getting logged but the values are not being stored. I want to be able to see parameters (sent via bundle) like this.

This is true for both iOS and Android.

sibelius commented 7 years ago

@kunal95 is this still happening?

johannesschirrmeister commented 7 years ago

I'm likely experiencing the same issue. I'm logging the built-in "level_up" event that comes with a "level" parameter, which allows you to see the distribution of levels your players are at. I see the following output in the XCode debug console:

2017-02-07 10:56:30.430 App[58806:] <FIRAnalytics/DEBUG> Logging event: origin, name, params: app, level_up, {
    "_o" = app;
    "_sc" = UIViewController;
    "_si" = "...";
    level = 3;
}

Yet, in the Firebase console the only value ever shown is 0: screen shot 2017-02-07 at 14 56 07

I can't see what could be wrong at first glance. Can anyone confirm this is an issue for them as well?

tomhschmidt commented 7 years ago

+1 @johannesschirrmeister