wkh237 / rn-firebase-storage-upload-sample

React Native sample code for upload blob data to Firebase using Firebase SDK with RNFetchBlob.
57 stars 13 forks source link

Firebase Storage Upload Not working #8

Closed nmsdvid closed 7 years ago

nmsdvid commented 7 years ago

It seems that the example that you provided is not working anymore, I'm always getting a Firebase Storage: Invalid argument in put at index 0: Expected Blob or File. Any idea why ? Using firebase version 3.6.2 and react-native-fetch-blob 0.10.2.

wkh237 commented 7 years ago

@nmsdvid , I've updated the project template, please clone the project and try again 👍

nmsdvid commented 7 years ago

Thx @wkh237 everything works as expected.