Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/samvritsrinath firebase auth (#18)
* Generate Branch for Firebase * random frontend testing + set up user mongo model * created file for custom errors + started backend firebase setup * Basic firebase scheme * Scaffolding for Login Page * added function to decode auth token * firebase running on frontend, bug: hitting login button is not calling the intended function * made text input field a reusable component * updated input field + firebase call works on frontend * minor code clean up * created backend route for getting user -error: appears as if route is not being called * firebase auth fully functional. to-do: send both firebase uid and mongo _id in route, currently only sending uid firebase auth fully functional, need to send mongo id in addition to firerbase UID from backend * added mongoId to API route - ready for PR * moved logo up * linting * fixed env issues * changed some routing * linting issue * Fixing Imports for Lint Check * Modifying Imports * Use cleanEnv for env vars & add secrets to GH actions * Fix syntax issue in GH actions yml file * Add env vars for backend to GH actions yml file * Add env variables to GH actions unit tests yml * Add env variables to GH actions unit tests yml * Fix unit tests GH actions yml * Trigger re-run of GH actions * Fix env var issues in frontend and backend * addressed changes * removed unnecssary comments and console statements * Fix light vs dark theme issues with login page --------- Co-authored-by: SB1019 <[email protected]> Co-authored-by: Harsh Gurnani <[email protected]> Co-authored-by: benjaminjohnson2204 <[email protected]>
- Loading branch information