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?
only the listed channels are supported. outside of that, you'll need to filter client side
Recommended threads
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...