Created
June 23, 2016 20:16
-
-
Save szimmers/53e8e477ad0eacae9f7310471f531ce4 to your computer and use it in GitHub Desktop.
common Meteor constructs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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