You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
If I want to store document references instead of embedded documents, how would I best achieve that in the repo? For example, I want to have users that can share newspapers..so something like this, where people can keep references to their favorite newspapers.
If I want to store document references instead of embedded documents, how would I best achieve that in the repo? For example, I want to have users that can share newspapers..so something like this, where people can keep references to their favorite newspapers.
But internally that List should be serialized to store references to newspapers inside user, not content.
How seamlessly can that be accomplished and should I manually be maintaining those references through in my derived repositories?
Should those references be through ObjectIDs or strings?
Thanks for any help.
Al
The text was updated successfully, but these errors were encountered: