Different collections for student details?

Hello,

Just a quick question. I have an app that sets up both instructors and students as users. I need to be able to log the students pick up address and would like to know if that should be part of the user collection or an its own collection and linked to the user collection under the one user has many address relationship?

Cheers

You can have a separate collection for this and have a relationship set to users collection, or it can just be in the same users collection as well.

I would ideally keep that separate from the users collection

1 Like