Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Manage Multiple auth provider

I am working on android application that uses multiple authentication with the help of firebase like Facebook, Google and Email/Password. Each authentication works well in separate ways.

But, When I am login with google and then signed out and later when i am using facebook to do login by using same Email Id..

It says.

com.google.firebase.auth.FirebaseAuthUserCollisionException: An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address.

All i want to do is, Merge the account when user try to login with different authentication provider by using same email id.

Is, there any way to handle this by using firebase.

Please Help.

like image 507
pike Avatar asked Aug 12 '16 11:08

pike


1 Answers

just change it here.. thats all.. you are welcome

enter image description here

like image 195
Sagar Chavada Avatar answered Sep 19 '22 21:09

Sagar Chavada