Trying to deploy firebase functions Deploy Error:

2020-06-16 01:56发布

My cloud functions use to work. Now I've tried deploying cloud functions and I got:

Error:

⚠  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)

My package.json:

"@google-cloud/firestore": "0.8.1",
"firebase-admin": "5.4.2",
"firebase-functions": "0.7.1",
"nodemailer": "4.2.0"

1条回答
神经病院院长
2楼-- · 2020-06-16 02:15

i had the same problem, and it has now been resolved by the firebase team.

from the firebase slack:

eob [12:32 AM] Firebase dev here again with an update on the problems deploying Functions with Firestore triggers. We believe we have now identified and fixed the problem, with the fix now fully rolled out. Apologies again for the disruption.

i tested now, and my functions are deploying again!

查看更多
登录 后发表回答