Meteor.publish: publish collection which depends on other collection

Overview As of this writing, reactive joins are an unsolved problem. For a complete overview see Reactive Joins In Meteor. Recommendations I strongly recommend against using observeChanges directly. It’s incredibly hard to get right, and easy to develop a memory leak. If you don’t believe me, watch this video on EventedMind. It will make your … Read more