Rank 3: Container
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
Votes
0
Replies
2
Participants
Unknown
Messages
3
Rank 3: Container
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?
Rank 3: Container
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