meteor-ios icon indicating copy to clipboard operation
meteor-ios copied to clipboard

Added overload to unsubscribe from a collection immediately

Open Ben305 opened this issue 9 years ago • 0 comments

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.

Ben305 avatar Jan 31 '16 14:01 Ben305