meteor-ios
meteor-ios copied to clipboard
Added overload to unsubscribe from a collection immediately
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.