Painting Blue Code
Simple, self-explanatory code snippets.
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment