chingu-voyages / v30-bears-team-06

TV show tracker | Voyage-30 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
https://trackemall.netlify.app
0 stars 1 forks source link

Set up Firebase/Firestore for user authentication and DB storage #12

Open theborgh opened 3 years ago

DanielLopezCS commented 3 years ago

Have pushed source code for the firebase middleware for authentication(email/password) and a firestore boiler plate for crud operations. To test, I created a minimal but working Account Creation page(sign up, login, and logout functions available) and a working basic Movie creation page that connects to the firestore database.