Realtime subscribe by query #3055
alitvinenko
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
I believe we have plans for more granular events in Appwrite. @Meldiron can you confirm? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@alitvinenko you can do that today, all you need is to subscribe to all changes in the relevant collections. Appwrite will only notify you on events where you have read permission access to view the document. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Related issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do you plan to create the ability to subscribe to changes to any documents by query?
OR
It may be possible to implement the possibility of receiving changes to the documents of the collection in real time with the collection permission set to the "document level"?
To receive changes only to documents for which you have read permission.
Beta Was this translation helpful? Give feedback.
All reactions