Closed jahirfiquitiva closed 7 years ago
Meteor does not permit direct database access over the protocol for good reasons.
All you can do is communicate with custom methods that you can define on your server, which gives you all the power you need. Apart from that, manipulating collections as shown in the README works as well, of course.
If so, how?