martijnwalraven / meteor-ios

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
MIT License
741 stars 82 forks source link

Multiple similar collections #88

Closed nathanandersen closed 8 years ago

nathanandersen commented 8 years ago

Hello,

I want to implement a model where I have 2 separate collections for 2 publications, from the same server-side collection.

However, when I do this, and I do the separate subscriptions, then all documents go to the first collection.

What can I do about this?