skip to Main Content

Download an image hosted in Firebase

I have a URL like this who corresponds to an image shown in a website: https://firebasestorage.googleapis.com/v0/b/welook-siwe.appspot.com/o/moments%2F58810%2Ffe2c6769-af55-4fb3-a73f-4bac3bb2dbc3?alt=media&token=a123aaa3-7e77-4f1a-88cb-9f5169fd5b6e I need to download that image but i can't because it just downloads me this kind of file when i click on the URL:…

VIEW QUESTION

react native firebase storage – unknown error

I'm building a react native app with firebase storage and i'm trying to 1) store the image in storage, 2) retrieve downloadURL, 3) set the downloadURL string in firebase for access via the database storage().ref('users').child(userKey + '/profileImage').put(image.path).then(() => { storage().ref('users').child(userKey…

VIEW QUESTION
Back To Top
Search