0
I am using the React-Native-image-Picker component to capture an image that must be saved in firebase. I’m using the following code:
firebaseApp.storage().ref('/images/').child('teste') .putString(response.data, 'base64')
Response.data returns a string Base64, but firebase returns the error shown in the image below: