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 make the…