All Questions
Tagged with react-native-image-picker firebase
10 questions
0
votes
0
answers
35
views
Unable to Upload Image to Firebase in React Native, TypeError: Cannot read property 'showImagePicker' of undefined, js engine: hermes
I'm working on a React Native project where I need to upload an image to Firebase. I'm using react-native-image-picker for image selection and @react-native-firebase/firestore for interacting with ...
1
vote
0
answers
215
views
Error: Cannot find native module 'ExponentImagePicker' when using 'expo-image-picker' with Hermes JS engine
I'm working on a React Native project where I need to upload an image to Firebase. I'm using react-native-image-picker for image selection and @react-native-firebase/firestore for interacting with ...
1
vote
2
answers
959
views
How to solve Firebase Storage: Invalid URL when trying to upload and image react native
I am trying to upload an image to firebase storage, the problem is I get Firebase Storage: Invalid URL when I try to upload it.
First I get the uri from the react-native-image-picker then I use it to ...
2
votes
3
answers
10k
views
Images put to storage are saved as 'octet-stream' rather than image/jpeg (firebase and ReactNative)
I am using the camera(react-native-image-Picker) to take a pick and save it to storage.
Here is how I am doing it.
const saveImage = async () => {
const id = firebase.firestore().collection('...
0
votes
1
answer
2k
views
Firebase Cloud Storage Error Loading Preview Uploaded Image
I uploaded an image using react-native-image-picker's base64 generated data. It shows up on Firebase console fine, but when I try to look at it on my browser, it says "Error Loading Preview" ...
0
votes
0
answers
464
views
react-native-firebase:compileDebugRenderscript FAILED: Could not resolve android.arch.lifecycle:runtime:1.1.0
Please note that posting on StackOverflow is my last choice, and I have already spent hours searching over GitHub issues and related questions.
The problem occurred as soon as I added implementation ...
0
votes
1
answer
916
views
Uploading image to firebase in react native: undefined is not a function
As the title says, I'm trying to upload Image to firebase in react native. I'm using react-native-image-picker and firebase modules for that. My code goes as: (Only including the "main" parts for ...
2
votes
1
answer
1k
views
Expo/Firebase: Image chosen from camera roll uploading as octet-stream instead of .jpg
I've been having trouble viewing the image files I've uploaded to firebase and just noticed the issue is with the file type in firebase.
Two files in my firebase storage console. One uploaded from my ...
0
votes
2
answers
575
views
How to Upload Image form Phone to Firebase Storage?
I'm trying to upload a Picture form my Phone to Firebase using Expo.
I get a uri form the Picture but not sure how to convert it, that I can uploade it to Firebase?
_pickImage = async () => {...
4
votes
2
answers
3k
views
Firebase Storage: string does not match format base64: invalid character found. Only when debug is off
I'm trying to upload an image file to firebase storage, save the download URL, and load it after the upload is completed. When I run the app with debug js remotely on it works fine. When I turn off ...