
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
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
