ir0nstone / Twooter

A simple implementation of an app like Twitter, created to teach myself how to use Firebase and how to integrate it with Flutter.
0 stars 0 forks source link

Update Register Page #9

Closed ir0nstone closed 2 years ago

ir0nstone commented 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.

Also change login to use username rather than email? Sounds like it would be easier to type.

ir0nstone commented 2 years ago

Can't really update the login page as then we can't use signInWithEmailAndPassword.