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 want to filter tables in real time based on specific fields such as threadId instead of the default id field. This can be done by implementing a listener for the threadId field in the URL to achieve the desired filtering functionality.