Firebase存储Url在浏览器中加载

时间:2016-09-24 14:59:26

标签: browser firebase-storage

如何编写Firebase存储的URL以在浏览器中显示图像?

因为当我尝试使用此gs://askdoctor-546bf.appspot.com/askdoctor/namasuba.jpg时它不起作用,现在应该通过网址查看存储在Firebase存储中的图像的方式。

1 个答案:

答案 0 :(得分:0)

文档Create a Reference

中的示例网址请求

httpsReference = storage.refFromURL('https://firebasestorage.googleapis.com/b/bucket/o/images%20stars.jpg');