Similar to Meteor.default_server.method_handlers and Meteor.connection._methodHandlers which return lists of available methods on both server and client side.
Is there a way to get such a list for Publishes?
Meteor.default_connection._stores
And if you want to get the corresponding collection you can use, e.g.,
Meteor.default_connection._stores["publicationName"]._getCollection()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With