firebase-wordpress-plugin icon indicating copy to clipboard operation
firebase-wordpress-plugin copied to clipboard

Link auth provider credentials to an existing user account

Open Rauljauregi opened this issue 4 years ago • 2 comments

Allow users to sign in to WordPress using multiple authentication providers by linking auth provider credentials to an existing user account. So users would be identifiable by the same Firebase user ID regardless of the authentication provider they used to sign in.

Rauljauregi avatar Jun 09 '20 12:06 Rauljauregi

The plugin now bases on User's email for creating a new account. It can get FirebaseUID as WordPress username. Is it ok?

dalenguyen avatar Jun 14 '20 04:06 dalenguyen

Thank you for the response,

I wanted to say to be able to link and unlink to other accounts. This would be perfect:

link-accounts

More info: https://firebase.google.com/docs/auth/web/account-linking

As long as now users can log in with different social providers (Facebook, Gmail, Apple, ...) they should be able to register, login, link or unlink to them too. The user UID is independent of the first account logged-in email

Thank you

Rauljauregi avatar Jun 14 '20 09:06 Rauljauregi