srujanr40 / dogfish

CPSC 455 Project
3 stars 0 forks source link

Bugfixes from demo #88

Closed rkelly123 closed 11 months ago

rkelly123 commented 11 months ago

I fixed a bug with session updates that was the reason why the google map wasn't updating when the session location changed (this now works again).

I also fixed all the auth bugs. Logging in and Signing up now swap to the correct profile, and all updates are saved and applied. So if a user signs up, they can immediately edit their profile and it saves on their profile, not the previously logged in profile. This also fixes the incognito bug where profiles couldn't update in incognito browsers.

Basically, every bug that occurred during the demo is fixed here.