meteor login / logout Log in and out of your account using Meteor's authentication system. You can pass
Server this.setUserId(userId)
Server accountsServer.onCreateUser(func)
Event Maps An event map is an object where the properties specify a set of events to handle, and the values are the handlers for those events
Anywhere Meteor.call(name, [arg1, arg2...], [asyncCallback]) import
Client template.lastNode
Client computation.invalidated
Server Assets.getBinary(assetPath, [asyncCallback]) Retrieve the contents
Client reactiveVar.get()
Client Accounts.onResetPasswordLink import { Accounts } from
Page 4 of 28