ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
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.
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.