
I have a collection called Conversation which has a one->many relationship with Message.
I am building a frontend with realtime capabilities and I would like that when I create a Message (which has an attribute that relates it with Conversation), an Update event on the Conversation is triggered with realtime.
I searched online and found this: https://github.com/appwrite/appwrite/issues/7403
What's the current workaround or best practice to go about this?
Recommended threads
- Domain Verification failed
I think i did the step by step well but just not work. When I enter the page I have this error: `Requested host does not match any Subject Alternative Names (S...
- Adding custom domain to Appwrite project
My app is hosted on Vercel on domain todo.velleb.com. On PC, the OAuth logins like GitHub, Discord and Google work and create the account and log in. On mobile ...
- Received duplicate events
I used the React Native SDK to subscribe to `buckets.<ID>.files` on the client side. When the backend creates a file, two events are logged in my client's conso...
