There is a collection of messages and the messages have a team feature. I want to listen to them in realtime according to the team. 'database.${AppwriteConstants.databaseId}.collections.${AppwriteConstants.chatCollection}.documents.$team' I tried it, I think it doesn't work. Is something like this possible?
TL;DR
The user wants to listen to messages in real-time based on a specific attribute (team). They have tried using the provided syntax (database.${AppwriteConstants.databaseId}.collections.${AppwriteConstants.chatCollection}.documents.$team) but it doesn't seem to work. The solution suggested is to filter the messages client-side if the desired team is not supported.