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
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
