
I am finishing up my app, and one of the last major things I have to implement is a way for users to delete their account. However, it seems like this is not possible right now? Creating/getting an account works fine by using the methods shown in the docs under the Account API using the React Native platform. But there doesn't seem to be a method for deleting an account. I see there is a delete identity, but when I tried it the account was still shown in the auth section. I see that under the Users section of the docs there is a delete user, but only for platforms under the server list. It seems like the way to do this for React Native is not implemented yet, but I figured I'd ask incase I am misunderstanding something? I am certainty new to both react native and appwrite so any help/clarity would be appreciated!
Recommended threads
- Storage & Database is not allowing.
Storage & Database is not allowing to CRUD after i have logged in ? Using web SDK with next.js without any SSR or node-sdk.
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
- Sites
So I developed an app using react native and using the cloud services offered by appwrite. Everything is set up but if I want to publish this website to the web...
