0.0.4
2022-07-01
• Enhanced user interfaces.
• User Deletion & Deactivation functionality.
Deactivation
• Once the user decides to deactivate his/her account then the user can deactivate his/her account from the Settings → Account Deactivate & Deletion.
• The user can select to deactivate and then press on continue.
• The user will be signed out from the firebase and will be logged out from the application.
• User’s data will be kept as it is since an in-app database is used, therefore if the user logs in again the data will be kept as it is.
Deletion
• Once the user decides to delete his/her account then the user can delete his/her account from the Settings → Account Deactivate & Deletion.
• The user can select to delete and then press on continue.
• In the deletion process the user will be deleted from firebase, signed out, all local storage data saved will be deleted and finally the user will be navigated to the authentication page.
• If the user decides to login to the application again, then the user has the ability to create a new user account and login into the application.