Do users make firebase become wordpress users? #159
Replies: 4 comments 3 replies
-
Hi @gabriel-rits, users will become WordPress users when they login to WordPress via the plugin shortcode. If your users are created in Next.js, you can send a request and create a WordPress user, so you can link them. It's the theory, it would be complicated in practice. |
Beta Was this translation helpful? Give feedback.
-
Hi @dalenguyen. |
Beta Was this translation helpful? Give feedback.
-
Hi @gabriel-rits, they will be normal WordPress users after login via the plugin shortcode. If you sign in via firebase credentials, you will be assigned as You can then assign users' roles to the editor and assign posts to the users. There is no special type of post - just normal WordPress users. |
Beta Was this translation helpful? Give feedback.
-
@dalenguyen so the firebase user only becomes a wordpress user after logging in? |
Beta Was this translation helpful? Give feedback.
-
I have a wordpress application that works as an API for an application in Next.js.
I need to release a login on the front end of Firebase users and, after that, link those users with different types of post in wordpress.
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions