
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
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- 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...
