
I have two collections: "A" and "B". "A" has a two-way relationship with "B".
I have subscribed to collection "A", and any changes made to it, i can capture the payload. It works as expected. ✅
But I was expecting, since "A" has a relationship with "B", any changes made to collection "B" should also trigger that collection "A" is modified, which is not the case as i am observing. Is this a limitation or am I doing something wrong?
NB: I am using Flutter and both collections have Read permissions set for Any role.

No, not supported at the moment. You can add a 👍 to https://github.com/appwrite/appwrite/issues/6265

Alright. I saw a proposed workaround from the issue. Will try that. Thanks.
Recommended threads
- Type String is not a subtype of type int...
In flutter using appwrite: ^17.1.0, ```DocumentList response = await databases!.listDocuments( databaseId: "xxx", collectionId: "xxx", ...
- Query.equal error
Hi guys. I'm using Appwrite Cloud, and I'm using version 21 of node-appwrite to benefit from transactions. The problem is I seem to be getting an error when I u...
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
