【发布时间】:2020-05-19 04:27:16
【问题描述】:
我的 Firebase 存储中有一个 html 文件(比如 hello.html)。我有一个 html 内容
<div>Hello world</div>
我需要把这个内容写到上面的 hello.html 中存储。如何使用 Firebase Cloud Functions 做到这一点??
【问题讨论】:
-
这里有一些有希望的线索:stackoverflow.com/…
标签: firebase google-cloud-functions google-cloud-storage