meteor-reactive-publish icon indicating copy to clipboard operation
meteor-reactive-publish copied to clipboard

Enable server-side reactivity for Meteor.publish

Results 4 meteor-reactive-publish issues
Sort by recently updated
recently updated
newest added

This commit should make it possible to publish this package to the new package servers

No longer used post 0.9

example: ``` Collection.find({ _id: @userId }, { fields: { x: 1, y: 1 } }, { reactive: true }) ```

Hi pal, Im getting something wired here, the re-run executes twice the publish `added` method (which is logical) but in the re-run the record already exist and we need to...