Hi i have this question because I try to make a chat and my DB is in this way:
- Users
- My conversations
- Conversaciones
- Conversation members
When a Conversatio is created I add the first member (logged in user) and after in other screen I update this conversation for add the second member (product owner = User publish the product).
I have a multiconection link between both collections but when I try to add the second member I choose Product Owner → User, but this action not add the second member to the relationship.