0
我使用了一個局部變量來設置firebase函數的值,但它不起作用。我回到這個下面的代碼的URL,但我不知道如何讀火力對象:從嵌套的firebase函數返回下載URL
export var downloadFile = (folderName, fileName) => {
// Create a reference to the file we want to download
var starsRef = storageRef.child(`${folderName}/${fileName}`);
// Get the download URL
return starsRef.getDownloadURL().then((url) => {
// Insert url into an <img> tag to "download"
return url
})
}
我怎樣才能返回URL或我怎麼能讀火力對象