June 2018
Beginner to intermediate
394 pages
9h 2m
English
Powered by Google Analytics, Firebase offers easy integration and plenty of analytical features, including unlimited reporting for 500 distinct events. These reports help us to understand how users interact with the application.
Firebase Analytics can be integrated with the following services:
Firebase Analytics follows a similar process to other Firebase tools for integration. Connect your application to Firebase, add the updated dependency, and log the custom data, shown as follows:
implementation 'com.google.firebase:firebase-core:15.0.0'
To start logging activities, we can use the FirebaseAnalytics object in the onCreate() ...
Read now
Unlock full access