Open marco-dm1 opened 2 weeks ago
Video on setting up temporary signup endpoint with Express and Firebase. This video also shows demo requests using Postman. https://www.youtube.com/watch?v=F6LEKdQPSiM
This is a good resource with sample code on how to implement authentication APIs. https://medium.com/@swapkumbhar31/simplifying-user-authentication-with-firebase-node-js-express-and-typescript-e52b3fc0a780
How to Set Cookies for Front End: https://www.w3schools.com/js/js_cookies.asp
FOR BACKEND ENDPOINTS - VERIFYING THE TOKEN IS VALID: https://firebase.google.com/docs/auth/admin/verify-id-tokens#web
Begin setting up the authentication system for our project.