如何从控制台上传Firestore云功能?

时间:2017-12-12 16:06:52

标签: node.js firebase google-cloud-functions google-cloud-firestore

我的项目已经运行了云功能(发布/子触发器)和Firestore数据库。我第一次想要在特定集合(“用户”)中创建新文档时触发简单的Google云功能。

我无法在Google Cloud Console或Firebase控制台上找到如何上传这些功能的方法。允许和显示的唯一类型是:

  • HTTP触发器
  • Cloud Pub / Sub主题
  • 云存储桶

如何上传我的Firestore功能?

1 个答案:

答案 0 :(得分:2)

通过Firebase command-line tools上传Firebase的云功能。我建议您按照getting started guide进行操作。

要了解如何编写通过Firestore触发的云功能,请查看documentation on using Cloud Firestore triggers in Cloud Functionsdocumentation on extending Cloud Firestore with Cloud Functions