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

Added overload to unsubscribe from a collection immediately #82

Open Ben305 opened 8 years ago

Ben305 commented 8 years ago

I'm storing an array of values (groupIds) in the user-profile. When this array changes, another collection needs to be unsubscribed und subscribed again (since publish with relations isn't supported without using 3rd party packages), because the value array is used in the publish-function.