Skip to main content

All Questions

0 votes
0 answers
84 views

Objects are not valid as a react child (found : TypeError : filepath.includes is not a function)

I ran into this problem when I tried using react-native-fetch-blob to upload photos in firebase storage! This is the code for uploading the file. uploadImage = (uri, imageName, mime = 'image/jpg') ...
Sanjiv Gautam's user avatar
0 votes
1 answer
2k views

getting error while uploading image to firebase storage in React Native using react-native-fetch-blob

creating React-Native app using firebase and react-native-fetch-blob library. i am unable to upload image to firebase due to this error java.lang.String com.facebook.react.bridge.ReadableMap.string(...
Waqas Ali's user avatar
0 votes
1 answer
281 views

What is the correct rule in firebase that allows any user to save an image and any authenticated user read others users avatars?

I am using react-native with react-native-fetch-blob and its pollyfills to upload an image to firebase storage. I could not follow the docs and after many tries I decided to ask how can set the proper ...
lordshark's user avatar
2 votes
0 answers
627 views

Firebase storage upload stopped working on react-native

I am using "firebase": "^3.6.0", "react": "15.3.2", "react-native": "0.37.0", "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", "react-native-fetch-blob": "^0.10.0"...
user avatar