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
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- 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?