Allow group chats
FilipeOS opened this issue · 2 comments
duytq94 commented
I think group chat can be deployed without too much effort.
-
First let the user create a group (should add a collection named
groupsnextusersandmessageshave already existed) with the group name, users invited (we had list users for choosing)... -
Second, if a user is invited, update a field named
my_groupin that user node (to getting all group the current user be invited later). -
Then design another screen to load all group chat the current user joined, if the user goes to any group, get this group's details then render the UI.