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

Account details fields missing #201

Closed TestasoftM closed 1 year ago

TestasoftM commented 1 year ago

Hi Dale, It seems that the Firebase PRO plugin prevents some fields from the account details to be displayed in the my account page. Is the e-mail and change password fields. How can I solve this? Thank you.

dalenguyen commented 1 year ago

Hi @TestasoftM, users can change their password on the login screen. Email is hidden to prevent users from changing it since it will affect the authentication from Firebase.

TestasoftM commented 1 year ago

Thank you for your answer. In this case, how can users that login via mobile phone can also add an email address to their account? Is this possible?

On Thu, Sep 8, 2022 at 4:42 PM Dale Nguyen @.***> wrote:

Hi @TestasoftM https://github.com/TestasoftM, users can change their password on the login screen. Email is hidden to prevent users from changing it since it will affect the authentication from Firebase.

— Reply to this email directly, view it on GitHub https://github.com/dalenguyen/firebase-wordpress-plugin/issues/201#issuecomment-1240736038, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2SWNR3EWE6QO6DWPX5BXZTV5HUMNANCNFSM6AAAAAAQFXG2WE . You are receiving this because you were mentioned.Message ID: @.***>

dalenguyen commented 1 year ago

At the moment, when they purchase something, they can add their email at the checkout step. I'm working on supporting updating email feature.