'databases.${ApiInfo.databaseidbase}.collections.${ApiInfo.collectionIdEvents}.documents.*.create'
]);``` thats how i subscribe but it doesnt work
databases.${ApiInfo.databaseidbase}.collections.${ApiInfo.collectionIdEvents}.documents
If you want to listen to any document creation in that collection
that works for updates too i dont want to listen to updates
you can only listen to channels
not specific events
oh rip
is there any workaround?
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 ...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...