Closed ir0nstone closed 2 years ago
Need to include a username option on the Register page, and also send the request to add the username to the users collection in Firebase.
username
Register
users
Also change login to use username rather than email? Sounds like it would be easier to type.
email
Can't really update the login page as then we can't use signInWithEmailAndPassword.
signInWithEmailAndPassword
Need to include a
username
option on theRegister
page, and also send the request to add theusername
to theusers
collection in Firebase.Also change login to use
username
rather thanemail
? Sounds like it would be easier to type.