chrisshiversOriginal post
Web Developer
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?
Summary
Developers interested in filtering tables in real time based on a specific field such as threadId instead of the default $id field can achieve this by implementing a listener for the desired field. This will allow the table to be filtered in real time according to the specified threadId.