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

Implemented Delete User #163

Closed RaphaelBumanlag closed 10 months ago

RaphaelBumanlag commented 10 months ago

When a user deletes their account, almost all traces of their data including messages are deleted from our database. Only error I could not figure out was deleting the chat. All the data from the chat gets deleted but not the document itself. All other data deletes work as intended. User also gets their data deleted from the Authentication database, this means the user will be required to sign up with their email again if they want to register with the same email.

refer to these commits for file changes.