inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

can't read data from a FScollection? #240

Open giovapanasiti opened 7 years ago

giovapanasiti commented 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
noris666 commented 7 years ago

Now FSCollection long time not supported. In my opinion better way for file management it is Meteor-Files.

lex-github commented 5 years ago

So what's the status on this, how are we supposed to get server files on mobile client?