Server this.changed(collection, id, fields)
Server this.userId
Server this.added(collection, id, fields)
Server this.removed(collection, id)
Server this.onStop(func)
Client Meteor.subscribe(name, [arg1, arg2...], [callbacks]) import
Server Meteor.publish(name, func) import { Meteor } from 'meteor/meteor'
Server this.stop()
Server this.ready()
Server this.error(error)
Page 1 of 2