标签: firebase web firebase-storage downloading
我正在尝试从firebase存储中下载图片,但我遇到了错误。enter image description here
我不明白它有什么不妥。请帮忙 This is a snapshot of my code
答案 0 :(得分:1)
在您的代码中,尝试更改storage.ref(...您的路径);到storage()。ref()。child(...你的路径);
答案 1 :(得分:0)
尝试阅读 Download Files on Web
您配置存储规则? Storage Security Rules