kaykhahima
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.
TL;DR
Developers facing realtime subscription issue for collections with relationship. Subscribed to collection "A" but changes in related collection "B" do not trigger a modification in collection "A". Using Flutter with Read permissions set for Any role. Will try proposed workaround from the issue. Can support the suggestion by adding a π to the GitHub issue <https://github.com/appwrite/appwrite/issues/6265>. Steven
No, not supported at the moment. You can add a π to https://github.com/appwrite/appwrite/issues/6265
kaykhahima
Alright. I saw a proposed workaround from the issue. Will try that. Thanks.