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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...