
First of all, thanks to all the Appwrite team for creating a great software, I'm kind of new for this db and yet so far I'm having a really productive time learning and doing my first project with it.
I want to ask for some pointers on how to use query to list documents with specific $permissions.
For example, currently I have some collections of document which have all user have read(), multiple user $id for update(), but only creator have delete() $permission. What I am aiming is that for those user(s) who have update() permission to use query to retrieve only those documents. Thanks in advance.

Not supported at the moment. You might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/5169

Thanks @Steven for your info. Okay then will find out a workaround for this.
Recommended threads
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Organization not exists anymore
Hello! We have a problem with a cloud database. We are on the Free plan, but after a refresh the site wants me to create a new organisation, and I not see the c...
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
