evollu / react-native-firebase-analytics

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

How can I log custom events? #29

Closed luisfpinto closed 7 years ago

luisfpinto commented 7 years ago

I'm doing like

Analytics.logEvent('view_item', {
        'item_id': 'Login'
      })

However If I put a custon event like

Analytics.logEvent('ADD_NAME', {
        'name': 'John'
      })

If I see the audiences and select the custom audience I can't see the property name on the list. Any tip with this?

mvayngrib commented 7 years ago

@luisfpinto how did you end up solving this problem?

mvayngrib commented 7 years ago

nm, it seems they're logged just fine, just had a config issue.