All Questions
3 questions
0
votes
1
answer
567
views
firebase storage image upload fails the first time, but subsequent upload attempts load
so, I'm new to react native and firebase storage and I am trying to upload images to storage which fails the first time but if I try immediately afterwards it works with no issues at all and can see ...
0
votes
1
answer
795
views
How to upload images to firebase using expo?
This is my code I took from github expo examples https://github.com/expo/examples/tree/master/with-firebase-storage-upload to upload images to Firebase storage.
const pickImage = async () => {
...
3
votes
2
answers
1k
views
react-native-fetch-blob is blocking firebase calls n react native app
I have a react native app that uses Firebase, firestore.
for uploading images i am using "react-native-fetch-blob" to create a Blob.
in the js file that I use to upload the file, my code look like ...