When adding a document to a collection that has a many to one two way relationship with another collection, how can I create a document related to the other one properly using just the doc id of the realted document?
TL;DR
Developers are trying to establish correct relationships between two collections in a database using just the doc id of the related document.