Client template.subscribe(name, [arg1, arg2...], [options])
Client template.firstNode
Server this.changed(collection, id, fields)
Anywhere accountsClientOrServer.onLoginFailure(func)
Client template.lastNode
Server this.setUserId(userId)
Anywhere Meteor.apply(name, args, [options], (Boolean), [asyncCallback])
After reading this guide, you’ll know: What publications and subscriptions are in the Meteor platform. How to define a publication
Anywhere EJSON.isBinary(x) import { EJSON } from 'meteor/ejson'
After reading this article, you’ll know: How a Meteor application compares to other types of applications in terms of file structure.
Page 1 of 28