当Firestore文档更改时,调用将云功能部署到的同一项目的内部端点或api

时间:2019-09-29 03:47:15

标签: firebase google-cloud-firestore google-cloud-functions

当Firestore文档发生更改时,使用云功能来调用部署在同一Google云项目中的内部https服务的最佳方法是什么。

exports.functionName =functions.firestore.document('/collection/doc').onWrite(function(change,context){
      //i want to call https service of the same project.
});

0 个答案:

没有答案