Skip to content

Instantly share code, notes, and snippets.

@Pent
Created August 3, 2013 20:16
Show Gist options
  • Select an option

  • Save Pent/6147840 to your computer and use it in GitHub Desktop.

Select an option

Save Pent/6147840 to your computer and use it in GitHub Desktop.
Meteor.publish(null, function () {
return Meteor.users.find({_id: this.userId}, {fields: {username: 1, profile: 1, role: 1}});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment