【发布时间】:2019-08-07 05:17:07
【问题描述】:
downloadurl 没有出现在控制台中,而是 [object,Object] [screenshot image]1
this.dbs.collection("databases").get().toPromise().then((snapshot) => {
snapshot.docs.forEach(doc=>{
let name=doc.data().path;
this.down=this.storage.ref(name).getDownloadURL();
console.log(name);
console.log(this.down);
})
【问题讨论】:
-
喜欢复制和粘贴错误消息而不是放置错误图像
标签: typescript firebase