Wekan / General
Is there a way to get the Mongo collections returned by publish functions on the client side?
For instance, if a server publishes a collection of cards, is there a way to get that collections without doing Cards.find(...)
on the client?
I have looked at the Meteor documentation but I have not seen it.