Hi, Is there any function to delete all user data?
No, you need to implement that because you know what all the user data is
Wouldn't this be way easier with a cascading on-delete behaviour?
Relationships do have on-delete options. The problem is Appwrite doesn't know what's user data that needs to be deleted
Everything that has a foreign key reference to the user table, no?
There is currently no such thing in Appwrite.
OK, thanks, but doesn't the lack of such a fundamental feature make this service completely unusable?
I’ve used Appwrite in many projects (including ones where users have some kind of Relationship with each other). I’ve found this slightly annoying, but certainly not “unusable”
Hm, right, but I think we will stick to writing backends ourselves then. Thanks for the help!
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something