Skip to content

edward auth-overhaul on preview branch#231

Open
edward-lemonade wants to merge 12 commits into
mainfrom
preview
Open

edward auth-overhaul on preview branch#231
edward-lemonade wants to merge 12 commits into
mainfrom
preview

Conversation

@edward-lemonade
Copy link
Copy Markdown
Contributor

@edward-lemonade edward-lemonade commented May 20, 2026

Description

Rewrote authentication/cookie system to use Firebase on the frontend. Which now enables Google login.

Also now certain pages are generated statically so they have faster load times (e.g. /login, /resources) which were still slow before

Type of Change

  • Patch (non-breaking change/bugfix)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to not work as
    expected)
  • Documentation (A change to a README/description)
  • Continuous Integration/DevOps Change (Related to deployment steps, continuous integration
    workflows, linting, etc.)
  • Other: (Fill In)

If you've selected Patch, Minor, or Major as your change type, make sure to bump the version before merging in package.json!

Testing

I have tested that my changes fully resolve the linked issue ...

  • locally.
  • on the testing API/testing database.
  • with appropriate Postman routes. Screenshots are included below.

Checklist

  • I have performed a self-review of my own code.
  • I have followed the style guidelines of this project.
  • I have appropriately edited the API version in the package.json file.
  • My changes produce no new warnings.

Screenshots

Please include a screenshot of your Postman testing passing successfully.

* new auth login works

* google login works

* auth BROKEN

* auth FIXED

* changed continue to login

since register page doesnt have google option, more complex than just providing email

* bumped package.json
firebase user creation is now only allowed on the backend, meaning users can no longer login with a new email using google.
they must sign up first.
simply fetched user in NavBar rather than fetching in Layout
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hackathon-portal Ready Ready Preview, Comment May 20, 2026 7:08am

Request Review

@edward-lemonade edward-lemonade changed the title Preview edward auth-overhaul on preview branch May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant