evollu / react-native-firebase-analytics

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

I don't get any error but I can't see analytics #28

Closed luisfpinto closed 7 years ago

luisfpinto commented 7 years ago

Hello,

I have introduced the analytics on my project but no events are logged on the firebase dashboard. After registering the user I do like: Analytics.logEvent(type, content)

I don't get any error but neither reports on the console. Any tip with this?