Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

getDownload url in firebase

const storage = firebase.storage();

storage.ref('image.jpg').getDownloadURL()
  .then((url) => {
    // Do something with the URL ...
  })
Source by www.sentinelstand.com #
 
PREVIOUS NEXT
Tagged: #getDownload #url #firebase
ADD COMMENT
Topic
Name
3+9 =