ive built a chat app, when i pull inboxes, i want to listen to changes to those inboxes. can i add a query to the a subscription, or i have to create a subscription for each inbox, and how can i unsubscribe?
TL;DR
Developers want to create real-time subscriptions for specific documents in their chat app. They are wondering if they can add a query to a subscription or if they need to create separate subscriptions for each document. They also want to know how to unsubscribe from these subscriptions.
Solution: Developers can add a query to a subscription to listen to changes in specific documents. To unsubscribe, they simply need to remove the corresponding subscription.Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...