Meteor Collection Names
1const Items = new Mongo.Collection('items'); 2const Items = Mongo.Collection.get('users');
That's all folks!
v0.0.2•Published 7 years ago
This package has not had recent updates. Please investigate it's current state before committing to using it in your project.
1const Items = new Mongo.Collection('items'); 2const Items = Mongo.Collection.get('users');
That's all folks!