React Native Firebase
    Preparing search index...
    • Checks four different things.

      1. Checks if it's not a browser extension environment.
      2. Checks if cookies are enabled in current browser.
      3. Checks if IndexedDB is supported by the browser environment.
      4. Checks if the current browser context is valid for using IndexedDB.open().

      Returns Promise<boolean>