EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

There is no way to link multiple providers #1719

Open SergeyMell opened 3 years ago

SergeyMell commented 3 years ago

In firebase there is a way to link multiple providers for an authorized user. https://firebase.google.com/docs/auth/web/account-linking i.e. add password authentication for the user, authorized with social network

In the current plugin implementation, I see that I can unlink providers but it seems that there is no way to link an additional one.

SergeyMell commented 3 years ago

It seems that I can use updateEmail and updatePassword methods as a workaround at least for EmailPasswordProvider