Previous version was able to delete account from client side? There's change but nothing present on client side, someone please tell me that would i have to make function for it?
Question: why was it removed from the client side?
users were never able to delete their account client side. it is up to you to implement deleting server side so that you make sure to delete everything needed (like if they have documents or files that need to be deleted too)
Recommended threads
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...