React Native Firebase
    Preparing search index...
    • Returns a boolean value indicating whether the app crashed during the previous execution.

      async didCrashPreviously() {
      // returns boolean value
      const crashlytics = getCrashlytics();
      const didCrash = await didCrashOnPreviousExecution(crashlytics);
      }

      didCrashPreviously();

      Parameters

      Returns Promise<boolean>

      Promise that resolves to a boolean indicating if the app crashed previously.