firebase_auth_demo_flutter icon indicating copy to clipboard operation
firebase_auth_demo_flutter copied to clipboard

Link user account with third-party providers

Open bizz84 opened this issue 5 years ago • 0 comments

Taken from FirebaseUser.linkWithCredential():

Associates a user account from a third-party identity provider with this user and returns additional identity provider data.

This feature can be used to link additional providers to an existing Firebase user.

List of supported providers:

  • [ ] Email & Password
  • [ ] Facebook
  • [ ] GitHub
  • [ ] Google
  • [ ] Phone
  • [ ] Twitter

bizz84 avatar Jun 14 '19 20:06 bizz84