Companion
Properties
Link copied to clipboard
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.
Link copied to clipboard
Firebase Crashlytics instance, assign only if the app implementing the library need to log library recoverable errors in Firebase Crashlytics, this property is global and is used in all subclasses of this class. Assign it only once within the app, taking into account that the app must have Firebase Crashlytics configured, or leave it as null if it is not required or if Firebase Crashlytics is not used in the app.