Attempting to deploy firebase Deploy Error functions: failed to configure trigger

My cloud features are used to work. Now I tried to use cloud functions, and I got:

Mistake:

⚠  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"
+6
source share
1 answer

I had the same problem and now it was solved by the firebase team.

from slack firebase:

eob [12:32 AM] Firebase dev is here again with updated deployment issues with Firestore triggers. We believe that now we have identified and fixed the problem, and now the fix is ​​fully deployed. Sorry again for the violation.

i is now being tested and my functions are being deployed again!

+3

All Articles