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
- [AppwriteException: Network request fail...
endpoint https://cloud.appwrite.io/v1 is giving me this error across all of my expo projects right now. Every project was working perfectly fine until last ni...
- [AppwriteException: Network request fail...
I am getting this error whenever I run getAllSchools I have checked the entire project and I have CRUD permissions enabled for any role but I am still getting t...
- Sign in with Apple + SwiftUI application
I am trying to add Sign in with Apple to my app. I added the AppID, Service ID, etc in the developer's portal. I also configured the Appwrite to enable the Sign...