Trying to use this plugin. I have the camera component working great. I used the following javascript attached to my upload button:
codeuploadBinaryHelper(menuUpload, Apperyio.storage.image_base64.get());/code
where menuUpload is my service (CordovaFileUpload service). The service terminates successfully, but when I check the files collection, it has not been updated. Am I missing something?