Trying to monitor users being added and removed from a team. My understanding is every member of the team has access so should also receive a realtime event but apparently not. Can some confirm ?
Self hosted 1.4.5 with flutter
Was the user already part of the team prior to subscribing?
Yes.. The flow is, user anon signs in, is added to a team basis group by a cloud function. Then is also able to view other members. I was initially using database to manage user lists but I believe teams API can get that done but I am struggling with realtime updates to membership changes as they dont seem to trigger. Will give it another shot and report back
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...