Im developing a social app, and I need that users can create their groups, like yoga club, food club, etc. I dont know how do you add some user on a group/ Thankss
Hi @jfcollg
Welcome to the community ![]()
To achieve this you need to create a collection by the name of groups and then create a relationship with users collection, the field type will be Many To Many so each user have multiple groups and each group can have multiple users. Using this method you can achieve what you are looking for.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.