The main purpose of Firebase to you it’s, without a doubt, the analytics data you can see and analyze in the Firebase Dashboard.
While doing the Firebase Integration, Napps tried to track the most possible information so you could analyze the big picture and make informed decisions.
Next is a list of all events collected by Napps and sent to Firebase. In each one, we explain to you why it’s important and how the information is structured.
Events
- App Open: This event is triggered when a user opens the app.
- App Background: This event is triggered when a user backgrounds the app.
- App Foreground: This event is triggered when a user brings the app to the foreground.
- App Update: This event is triggered when the app is updated to a new version.
- In-App Purchase: This event is triggered when a user makes an in-app purchase.
- User Registration: This event is triggered when a user registers for an account within the app.
- User Login: This event is triggered when a user logs into their account within the app.
- User Logout: This event is triggered when a user logs out of their account within the app.
- Screen View: This event is triggered when a user views a specific screen within the app.
- List View: This event is triggered when a user views a list of items within the app. This is applicable to home, menu, product components list.
- Add to Cart: This event is triggered when a user adds an item to their cart within the app.
- Remove from Cart: This event is triggered when a user removes an item from their cart within the app.
- Begin Checkout: This event is triggered when a user begins the checkout process.
- Place Order: This event is triggered when a user successfully completes an order.
- Cart View: This event is triggered when a user views their cart within the app.
- Add to Wishlist: This event is triggered when a user adds an item to their wishlist within the app.
- Remove from Wishlist: This event is triggered when a user removes an item from their wishlist within the app.
- Wishlist View: This event is triggered when a user views their wishlist within the app.
- Button Click: This event is triggered when a user clicks a button within the app.
- Search: This event is triggered when a user performs a search within the app.
- Share: This event is triggered when a user shares a product from within the app.