JonWash86 / book-bug-npm

0 stars 0 forks source link

Add account creation #11

Open JonWash86 opened 3 years ago

JonWash86 commented 3 years ago

Now that we've strung up firebase to authenticate our users, we'll need to let people actually create their accounts.

JonWash86 commented 3 years ago

Account creation through firebase implemented. Next step is password validation.