Rank 4: Virtual Machine
Hi,
Is there any function to delete all user data?
Votes
0
Replies
8
Participants
Unknown
Messages
9
Rank 4: Virtual Machine
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!