shockbytes / DanteX

Dante - Book Tracker Cross Platform Implementation
Apache License 2.0
29 stars 1 forks source link

Allow users to delete the account in the settings #62

Closed shockbytes closed 10 months ago

shockbytes commented 11 months ago

Overview

Users should be able to delete their account and all their corresponding data with it. There should be an extra section in the settings which allows the users to do so.

Implementation

The firebase account, as well as all data on Firebase should be deleted. Just followed by a signout request of the customer. Use the method FirebaseAuth.currentUser?.delete() for this.