React Native Firebase
    Preparing search index...

    Functions

    checkForUnsentReports

    Determines whether there are any unsent crash reports cached on the device. The callback only executes if automatic data collection is disabled.

    crash

    Cause your app to crash for testing purposes. This is a native crash and will not contain a javascript stack trace. Note that crashes are intercepted by debuggers on iOS so no report will be seen under those conditions. Additionally if it is a debug build you will need to ensure your firebase.json is configured to enable crashlytics even in debug mode.

    deleteUnsentReports

    Deletes any unsent reports on the device. This method only applies if automatic data collection is disabled.

    didCrashOnPreviousExecution

    Returns a boolean value indicating whether the app crashed during the previous execution.

    getCrashlytics

    Returns Crashlytics instance.

    log

    Log a message that will appear in any subsequent Crash or Non-fatal error reports.

    recordError

    Record a JavaScript Error.

    sendUnsentReports

    Enqueues any unsent reports on the device to upload to Crashlytics. This method only applies if automatic data collection is disabled.

    setAttribute

    Sets a string value to be associated with the given attribute name which will be visible in the Firebase Crashlytics console.

    setAttributes

    Like setAttribute but for multiple attributes.

    setCrashlyticsCollectionEnabled

    Enable/disable Crashlytics reporting.

    setUserId

    Specify a user identifier which will be visible in the Firebase Crashlytics console.