尝试部署firebase功能部署错误:无法配置触发器

Gal*_*cha 7 firebase google-cloud-functions google-cloud-firestore

我的云功能用于工作.现在我尝试部署云功能,我得到了:

错误:

?  functions[limitTasksPerCreatorFirestore]: Deploy Error: Failed to configure trigger providers/cloud.firestore/eventTypes/document.create@firestore.googleapis.com (limitTasksPerCreatorFirestore)
?  functions[sendEmail]: Deploy Error: Failed to configure trigger providers/cloud.firestore/eventTypes/document.write@firestore.googleapis.com (sendEmail)
Run Code Online (Sandbox Code Playgroud)

我的package.json:

"@google-cloud/firestore": "0.8.1",
"firebase-admin": "5.4.2",
"firebase-functions": "0.7.1",
"nodemailer": "4.2.0"
Run Code Online (Sandbox Code Playgroud)

Jac*_*own 3

我也遇到了同样的问题,现在 firebase 团队已经解决了。

来自 firebase 松弛:

eob [12:32 AM] Firebase 开发人员再次在此更新了使用 Firestore 触发器部署函数时出现的问题。我们相信我们现在已经发现并解决了问题,并且修复现已全面推出。对于造成的干扰再次表示歉意。

我现在测试了,我的功能再次部署了!