Cloud function deployment failedI'm working on a Flutter web app that
needs to send SMS and emails through Twilio and SendGrid. To handle
emails, I created a Google Cloud Function that triggers every time a new
document is created in a Firestore coll...