NoSql db design question

One of the advantage of using nosql (i’m using mongodb) is it’s flexible, but that can become disadvantage because for me some time I just couldn’t make up my mind to proceed. I’ve a question here :slight_smile:

I want to store users’ device token, should I put it with the owner in a new collection or it’s ok to put with owner’s collection? assuming owner is the user of my system.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.