Reauthenticates the user with the given provider using a redirect-style flow.
Optional
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.
void
Promise<never>
Reauthenticates the user with the given provider using a redirect-style flow.