I\'m having a few problems when trying to get data from a Meteor Collection and I need some advice.
The collection has been defined, published, and subscribed successful
try this way
Meteor.subscribe('testData', function() { var document = Documents.find(); console.log(document); });