
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
- One-time login
Sometimes, for example, when a user logins in on a public computer, they want the login status to be one-time. How to achieve this?
- Svelte App Whitelist
https://appwrite.io/docs/quick-starts/sveltekit Based on the example from the docs, how woul'd I go about adding a "whitelist" that checks if the user has a sp...
- User (role: guests) missing scope (accou...
is this an expected behavior?
