Client reactiveVar.set(newValue)
App.configurePlugin(id, config) Set the build-time configuration for a Cordova plugin.
Anywhere Meteor.users import { Meteor } from 'meteor/meteor'
Server Accounts.removeEmail(userId, email) import { Accounts
Server Accounts.findUserByUsername(username) import { Accounts
Unit Tests Set up your tests with the Package.onTest handler, which has an interface that's parallel to that of
meteor debug Run the project, but suspend the server process for debugging. The server process will be suspended
Client new ReactiveVar(initialValue, [equalsFunc]) import { ReactiveVar
Client Meteor.loginWithPassword(user, password, [callback]) import
{{ currentUser }}
Page 6 of 28