dalenguyen / firebase-wordpress-plugin

A plugin that helps to integrate Firebase to WordPress
https://firebase-wordpress-docs.readthedocs.io
GNU General Public License v2.0
110 stars 31 forks source link

Registration form returns userId required but secretly registers the user anyway #104

Closed MerlinOfCode closed 4 years ago

MerlinOfCode commented 4 years ago

When I use the shortcode in your user guide to create a registration form, no matter what it always returns the error "userId required"

But when I check in the dashboard it registered the user.

So users will not know they are registered because they get the error. And if I take the error shortcode off, then the user will know nothing because the form does not redirect or do anything to let the user know it has been a success.

The registration form as it is is almost useless anyway, because it does not add the users to the user collection. It just adds them to the authentication.

The form should add the users info to the user collection.

dalenguyen commented 4 years ago

Which version of the plugin are you using? If you are using an older version than v1.11.1, please update it.

dalenguyen commented 4 years ago

Should be fixed v1.12.0

MerlinOfCode commented 4 years ago

Thank you, Dale. I really appreciate you.

On Thu, Aug 13, 2020, 11:42 PM Dale Nguyen notifications@github.com wrote:

Should be fixed v1.12.0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dalenguyen/firebase-wordpress-plugin/issues/104#issuecomment-673866344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6NLXJE55LQG66DLDTI35DSASXDHANCNFSM4PXKZ7NA .

MerlinOfCode commented 4 years ago

Dale, I just updated to the latest version and I love the new features! And now that I know the custom script method, I believe it is going to be awesome! But how do I get the images to upload to an existing storage path? For example, profile-pics instead of wpImages?

On Fri, Aug 7, 2020 at 7:29 AM Dale Nguyen notifications@github.com wrote:

Which version of the plugin are you using? If you are using an older version than v1.11.1, please update it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dalenguyen/firebase-wordpress-plugin/issues/104#issuecomment-670471809, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6NLXPDUOGXOTMYRIQZNO3R7PQTNANCNFSM4PXKZ7NA .