Open giovapanasiti opened 7 years ago
I subscribe like this:
const handle = Meteor.subscribe('docs');
but it doesn't work.
if I try to find some document it give me an error
docs: Meteor.FSCollection('docs').find(),
this is the error:
ExceptionsManager.js:71 Unhandled JS Exception: (0 , _Collection2.default) is not a function
Now FSCollection long time not supported. In my opinion better way for file management it is Meteor-Files.
So what's the status on this, how are we supposed to get server files on mobile client?
I subscribe like this:
but it doesn't work.
if I try to find some document it give me an error
this is the error: