Pranav Singh Parmar
Pranav Singh Parmar
Hello, everyone i also faced the same issue, on firebase version 9.6.5, so i have used function uploadBytesResumable instead of uploadBytes, it works just fine, if it is urgent you...
The code that i wrote above is running fine on my mac but when complied from my colleague's pc created the same issue. We were still not able to resolve...
> ``` > async function uploadImageAsync(uri, title, index) { > // Why are we using XMLHttpRequest? See: > // https://github.com/expo/expo/issues/2402#issuecomment-443726662 > const blob = await new Promise((resolve, reject) => {...