2016-03-05

Meteor - MongoDB collection direct list of records

Meteor.PUBLICATION-NAME.find({QUERY-HERE}).collection._docs._map;

Paste this in the console to get the list of published users.
Meteor.users.find().collection._docs._map;


No comments:

Post a Comment