firebaseAnalyticsInstance

var firebaseAnalyticsInstance: FirebaseAnalytics? = null

Firebase Analytics instance, assign only if the app that implements the library should log analytics events, this property is global and is used in all subclasses of this class. If you want to disable event logging for a specific class, do so through the firebaseAnalyticsEnabled property of the class instance.