evollu / react-native-firebase-analytics

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

Does this package automatically collect events? #26

Closed luisfpinto closed 7 years ago

luisfpinto commented 7 years ago

Hello! I was wondering if your package support this: https://support.google.com/firebase/answer/6317485 without doing anything with it or otherwise I have to log all events manually. So for example if I want to log first_open or app_update, does this package do it automatically? Or have I to log it manually an put this on my app?

Thanks!

evollu commented 7 years ago

it logs

jonashaag commented 7 years ago

What does this mean? Does it log stuff automatically, and if so which things?

evollu commented 7 years ago

app level events like first_open or app_update are automatically logged by firebase SDK. please check their documentation about what they log default. for other events like view or transactions, you need to log manually.