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
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- 500 Internal Error on Free Plan Projects...
Hello Appwrite Support Team, I am experiencing a 500 Internal Server Error when trying to access my free plan projects in the Appwrite Cloud console. Project ...
- Internal 500 Error
Hi team I have two projects on the free plan currently. On the cloud console i cannot access either of them, and one of my apps that is in production is not wo...