React Native Firebase
    Preparing search index...
    • Reauthenticates the user with the given provider using a redirect-style flow.

      Parameters

      Returns Promise<void>

      On React Native Firebase, native provider flows do not follow the browser redirect contract. This resolves with void after the native flow completes instead of the firebase-js-sdk Promise<never> signature used for unresolved browser redirects.