React Native Firebase
    Preparing search index...
    • Checks whether an email link is a valid sign-in with email link URL.

      Parameters

      • auth: Auth
      • emailLink: string

      Returns Promise<boolean>

      React Native Firebase performs this check through the native bridge and returns Promise<boolean>. The firebase-js-sdk returns a synchronous boolean.