App.configurePlugin
  • References/JavaScript/Meteor/mobile-config.js

App.configurePlugin(id, config) Set the build-time configuration for a Cordova plugin.

2025-01-10 15:47:30
Migrating to Meteor 1.3
  • References/JavaScript/Meteor/Guide

Breaking changes These are all the breaking changes – that is changes that you absolutely have to worry about

2025-01-10 15:47:30
Package.onUse
  • References/JavaScript/Meteor/package.js

Package Definition Define dependencies and expose package methods with the Package.onUse handler. This section lets

2025-01-10 15:47:30
AccountsCommon#onLogin
  • References/JavaScript/Meteor/Accounts (multi-server)

Anywhere accountsClientOrServer.onLogin(func)

2025-01-10 15:47:30
meteor test-packages
  • References/JavaScript/Meteor/Command line

meteor test-packages Test Meteor packages, either by name, or by directory. Not specifying an argument will run tests for all local packages

2025-01-10 15:47:30
Spacebars
  • References/JavaScript/Meteor/Templates

Spacebars Spacebars is the language used to write Meteor templates. It is inspired by

2025-01-10 15:47:30
Meteor.isServer
  • References/JavaScript/Meteor/Core

Anywhere Meteor.isServer import { Meteor } from 'meteor/meteor'

2025-01-10 15:47:30
Accounts.removeEmail
  • References/JavaScript/Meteor/Passwords

Server Accounts.removeEmail(userId, email) import { Accounts

2025-01-10 15:47:30
meteor publish-release
  • References/JavaScript/Meteor/Command line

meteor publish-release Publishes a release of Meteor. Takes in a JSON configuration file. Meteor releases are

2025-01-10 15:47:30
collection.rawCollection
  • References/JavaScript/Meteor/Collections

Server collection.rawCollection()

2025-01-10 15:47:30