Is there a way to use real time and filter the tables with the fields? For instance, let's say i have a table that holds private messages, and in that DM table i have an id for the message thread. That would be the id i would use on the url. Is there a way to listen for the threadId field instead of the default $id field?
Recommended threads
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...
- Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from ...