firebaseCrashlyticsInstance

var firebaseCrashlyticsInstance: FirebaseCrashlytics? = null

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.