If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account deleted? Do I need to setup a server to do that(?)
(assuming users would only be deleting their own accounts)
You can use a Cloud Function for that. Afaik, account deletion on client side sdks isn't an intended behaviour.
okay thanks! I'll go and poke around functions for bit haha
Hint : Functions + Users API. Feel free to ping back if you face any issues.
i really appreciate it - thank you!!
Recommended threads
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- 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...