AVAILABLE: 5
This page is archived and may not reflect the latest version of the FlutterFire plugin. You can find updated information at firebase.google.com:
https://firebase.google.com/docs/auth/flutter/federated-auth
Social authentication is a multi-step authentication flow that allows you to sign users into an account or link them to an existing account.
Native platform and web support generate credentials that can then be passed to the signInWithCredential
or linkWithCredential
methods. Alternatively, on web platforms, you can trigger the authentication process via a popup or redirect.