Hi,
I am building a task management web app that requires users to sign up, and then an admin profile is created to manage users and tasks. In this process, the first and last name of the user will be displayed on the dashboard, and then the admin/user can add other members. Everything used to work, and I was able to create some admins and members in production. Then one of my changes (no idea which one…I rolled back to 10 days ago and it’s still the same) messed up the new user sign-up process that now after the account is created, no user full name is displayed on the dashboard, nor is it in the user list section that I created. I can’t even add another member either, probably because I don’t have the admin user’s info.
I didn’t change the authentication sign-in method, but I did change the Rules in Firebase Database a few times. Does anyone have any suggestions on what else I can do to get the full name to show up on the dashboard, which hopefully will also allow me to add other members to this dashboard.
I’ve tried so many different prompts in Firebase Studio to tell the AI to fix it, and I am very clear on what I am expecting. The AI know what I am trying to do and shows in the interface clearly that it’s making change to do just what I want, but it’s still not working.
Any pointers on the prompt to use, or settings in Firebase to adjust, would be greatly appreciated. Thank you~~~
