ConnectUni / connectuni

ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
https://connectuni.github.io/
1 stars 0 forks source link

Create an “authorization workflow” so that only authenticated users can access data. #131

Closed sanehirakenji closed 11 months ago

sanehirakenji commented 11 months ago

Accomplishes bullet point 2 in the Phase 5 guidelines. This pull request definitely has a lot of changes and deletions to files as the following was accomplished:

Note: The Add user page does not yet have a working image section and this is something that I believe that we should look into after converting all of our classes to Freezed and implementing our Firefoo database.

I would highly recommend testing this branch (issue-128) out for yourself and seeing how this new authentication system works. Currently the firebase has all of the mock data and now you are able to create your own profile as well on the application. Please do not use your real password though as I will be able to see it.

michho8 commented 11 months ago

Great work! I assume I wouldn't need to finish the signup issue then?