I managed to set up a proper Firebase signup and login screen, but I also want to make it so users can create and save a username to their Firebase account.
So on the signup page, there would be a username input, an email input, a password, and a confirm password.
I’m using Drag and drop.
I tried to use stored variables, and it seemed to work, but when users try to log in on the login screen, the username disappears. Any advice?