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
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...