Created
April 14, 2018 19:34
-
-
Save israeleriston/df0706018c5d9a7b6e137ea1e3ab3d06 to your computer and use it in GitHub Desktop.
donwload imagens of storage firebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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