-
Notifications
You must be signed in to change notification settings - Fork 642
Closed
Description
- Android Studio version: 3.1.4
- Firebase Component: Authentication
- Component version: 16.0.3
I am trying to link multiple auth providers for a user, everything is working fine but when user tries to connect google account to other auth providers account, google account seems to overwrite every other account.
Steps to reproduce:
Created account using email and password.
Linked with facebook and twitter account.
And after linking to Google account, it overwrites all the other accounts.
Relevant Code:
AuthCredential credential = GoogleAuthProvider.getCredential(account.getIdToken(), null);
FirebaseUser user = mAuth.getCurrentUser();
user.linkWithCredential(credential);
Metadata
Metadata
Assignees
Labels
No labels