Hello
I am trying to add the concept of teams using the available products. With teams, I want members to create teams, add each other and chat with each other. I am looking for high level advice on how to proceed with that.
I was thinking that I manage teams and who belong to what using storage service ( where each entry contains json of the team name and its members).
Then when it comes to chat, basically I get the userId of all members from the above json and send each one of them an indivdual push message.
Is this the right way of doing things? I find it to be a bit complicated to do a common social task like that so if you have suggestion please assist
Thank you