【发布时间】:2018-02-28 07:16:05
【问题描述】:
我在 firebase 中有一个集合,看起来像这样:
people:
-KuM2GgA5JdH0Inem6lGaddclose
appliedTo: "-KuM1IB5TisBtc34y2Bb"
document: "docs/837c2500-9cbe-11e7-8ac1-17a6c37e2057"
name: "Test Testerson"
文档节点包含存储桶中文件的路径。是否可以使用 http firebase 功能将此文件下载到客户端。根据Stream files in node/express to client,我应该能够快速响应。 google-storage readstream 会为此工作吗?
谢谢,
本
【问题讨论】:
标签: node.js firebase google-cloud-storage google-cloud-functions