AP-Students / website

1 stars 17 forks source link

Lots of new changes to the backend #74

Closed manningwu07 closed 1 month ago

manningwu07 commented 1 month ago

OK, first of all, I added in users and firebase. We're using firebase now, and I have the console set up (owner can be transfered) and I have the users and log in/sign in pages already set up. Thats the original progress.

Second, I had to reconfigure everything so the files would read from firebase instead of postgres/next auth to run the server. Thats whats up with all the heavy file changes.

Finally, this isn't really a "working" PR yet, but Ive made so many changes that I feel its worth it to PR right now before I fuck somethign up. The code still runs smoothly and everything looks fine, but some front-end stuff may not be the best (eg my log in page).

PS Discord auth isn't working; I'm currently getting email/password set up and same with discord auth.

manningwu07 commented 1 month ago

OK I got the PR to actually work. You can put in users and log out.