meteor mongo Open a MongoDB shell on your local development database, so that you can view or manipulate it directly.
Anywhere Meteor.call(name, [arg1, arg2...], [asyncCallback]) import
Introduction Testing allows you to ensure your application works the way you think it does, especially as your codebase
App.launchScreens(launchScreens) Set the launch screen images for your mobile app. Arguments
Client Template.instance() import { Template } from 'meteor/templating'
Server accountsServer.onCreateUser(func)
Anywhere Meteor.startup(func) import { Meteor } from 'meteor/meteor'
Server Accounts.findUserByEmail(email) import { Accounts } from
Anywhere but publish functions accountsClientOrServer.user()
App.setPreference(name, value, [platform]) Add a preference for your build as described in the
Page 5 of 28