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"
i had the same problem, and it has now been resolved by the firebase team.
from the firebase slack:
i tested now, and my functions are deploying again!