vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

Update README Cordova section #159

Closed rsmelo92 closed 7 years ago

rsmelo92 commented 7 years ago

Sorry for taking too long, it's my first pull request to a big project like yours. Hope it makes the readme easier for meteor cordova developers. Changed a few things

vsivsi commented 7 years ago

Hey, thanks for this! It looks good. It's great that you are describing how to set things up for resumable, but do you think it is worth preserving the old example too, just showing a vanilla GET/PUT setup? I don't know enough about Cordova to know whether anybody would want to do that, (or perhaps they could figure it out anyway from the Resumable example...)

rsmelo92 commented 7 years ago

You're right, that are some details that the resumable implementation just ignores. So I kept both implementations, hope now it's good to go.

vsivsi commented 7 years ago

This looks great. Thanks for contributing!