Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

Add hooks without providing a userId #181

Closed ghost closed 8 years ago

ghost commented 8 years ago

I am trying to create hooks on my Mongo collection, but's not working. I am suspecting, it's because I am not using Accounts package by Meteor.

Do I need Accounts package?

If yes, then can we add this feature here?

matb33 commented 8 years ago

You don't need the accounts package. Sample code would help myself or others help you out