Skip to content

Instantly share code, notes, and snippets.

@szimmers
Created June 23, 2016 20:16
Show Gist options
  • Save szimmers/53e8e477ad0eacae9f7310471f531ce4 to your computer and use it in GitHub Desktop.
Save szimmers/53e8e477ad0eacae9f7310471f531ce4 to your computer and use it in GitHub Desktop.
common Meteor constructs
// SERVER
// methods
Meteor.user()
Meteor.userId()
// publish
this.userId
// CLIENT
// helpers
Meteor.userId()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment