Closed harshachaitanya closed 3 years ago
Hi @harshachaitanya, please don't use this endpoint. It will be deprecated in the next release.
@dalenguyen can you suggest another one make an entry on the WordPress site? Currently, we are unable to move forward irrespective of whether a user registered from Web/Mobile. Users should able to log in and access user information like posts/comments/addresses/orders/user information on both Web/Mobile.
@harshachaitanya
If the WordPress website uses the plugin login shortcode, users from firebase can log in to WordPress as WordPress users.
https://firebase-wordpress-docs.readthedocs.io/en/latest/auth/wordpress-user-integration.html
@dalenguyen
we are using custom login form to log in. How to create a WordPress user session for firebase/mobile users on the website. That user doesn’t have any record on the DB side.
@dalenguyen can you suggest another one make an entry on the WordPress site? Currently, we are unable to move forward irrespective of whether a user registered from Web/Mobile. Users should able to log in and access user information like posts/comments/addresses/orders/user information on both Web/Mobile.
Describe the bug Request Url: http://example.com/firebase/v2/users/register Request Method: POST Request Payload: { username: 'dale', email: 'dale@dalenguyen.me', password: 'the-password' } Response:
Expected behavior It has to create a user on the WordPress side. But isn’t creating