Sunday, 7 August 2022

Firebase Auth UI: Is there an UI to let user edit their profile?

I'm using Firebase Auth UI in an Android app.

I've already managed to use the UI for signin and registration of new users. At the registration, user can set their name and password (if email provider).

I know it's possible to change the user data later via code with UserProfileChangeRequest, but it depends on me creating the account edit screen.

However, I want to know if there is a ready-made Firebase Auth UI that I can launch and let the user to update their data, such as name, photo, password, etc. Or if there is a way to relaunch the signup last screen step with these profile fields for edition.



from Firebase Auth UI: Is there an UI to let user edit their profile?

No comments:

Post a Comment