After reading this guide, you’ll know: The different types of MongoDB collections in Meteor, and how to use them. How to define
meteor mongo Open a MongoDB shell on your local development database, so that you can view or manipulate it directly.
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
Server accountsServer.onCreateUser(func)
meteor login / logout Log in and out of your account using Meteor's authentication system. You can pass
Client Accounts.onResetPasswordLink import { Accounts } from
meteor deploy site Deploy the project in your current directory to Galaxy. You can deploy in debug mode
Anywhere Meteor.call(name, [arg1, arg2...], [asyncCallback]) import
Sort Specifiers Sorts may be specified using your choice of several syntaxes: //
Server this.setUserId(userId)
Page 5 of 28