Skip to content

Instantly share code, notes, and snippets.

@israeleriston
Created April 14, 2018 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save israeleriston/df0706018c5d9a7b6e137ea1e3ab3d06 to your computer and use it in GitHub Desktop.
Save israeleriston/df0706018c5d9a7b6e137ea1e3ab3d06 to your computer and use it in GitHub Desktop.
donwload imagens of storage firebase
const img = ['images/education/bauru/elementaryI/carousel02', 'images/education/bauru/elementaryI/carousel01' ]
// example should imagens path
this.grade.images.forEach((img) => {
this.$fireApp.storage().ref().child(img).getDownloadURL().then((url) => {
this.images.push(url)
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment