rn-firebase-storage-upload-sample icon indicating copy to clipboard operation
rn-firebase-storage-upload-sample copied to clipboard

React Native sample code for upload blob data to Firebase using Firebase SDK with RNFetchBlob.

Results 4 rn-firebase-storage-upload-sample issues
Sort by recently updated
recently updated
newest added

hi there, thanks for this sample it was super helpful for us. Reason being, we've got a blocker in trying to upload images taken from the camera, on Android (only)...

My upload to firebase won't work and it seems like I need to add the line ` window.XMLHttpRequest = RNFetchBlob.polyfill.XMLHttpRequest;` To prior to my class declaration, but when I do...

hey @wkh237 what would be the best way to download an image stored in firebase when uploaded as a blob? This is how I upload to storage: ` window.XMLHttpRequest =...

Interesting I can get the sample program to work correctly if I use it as is, but if I hardcode the file name to a file from my CameraRoll such...