CooperCrew / crew-connect

Final project for ECE-366 at the Cooper Union for the Advancement of Science and Art: a basic fully functional chatting app.
http://142.93.251.255:3000/
1 stars 4 forks source link

Authentication (firebase) #68

Open colinh09 opened 1 year ago

colinh09 commented 1 year ago

Firebase auth implemented into the frontend, but still has not been added to the backend. Users that exist within the firebase database currently matches to the database hosted on the server. Firebase register and login both implemented and has been tested.