Top "Google-cloud-functions" questions

Google Cloud Functions is a lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions written in Node.

Enabling CORS in Cloud Functions for Firebase

I'm currently learning how to use new Cloud Functions for Firebase and the problem I'm having is that I can't …

javascript firebase google-cloud-platform cors google-cloud-functions
How can I solve the error 'TS2532: Object is possibly 'undefined'?

I'm trying to rebuild a web app example that uses Firebase Cloud Functions and Firestore. When deploying a function I …

typescript firebase google-cloud-firestore google-cloud-functions
Get Download URL from file uploaded with Cloud Functions for Firebase

After uploading a file in Firebase Storage with Functions for Firebase, I'd like to get the download url of the …

node.js firebase firebase-storage google-cloud-functions
How do I structure Cloud Functions for Firebase to deploy multiple functions from multiple files?

I would like to create multiple Cloud Functions for Firebase and deploy them all at the same time from one …

javascript firebase google-cloud-platform google-cloud-functions
Cloud Functions for Firebase - Billing account not configured

I just implemented the new Cloud Functions for Firebase, but there something in the log that bothers me: Billing account …

node.js firebase google-cloud-functions
Sending automated emails from Firebase through Google Cloud Platform (no third parties)

We've been doing some research for many hours already. The first solution that appears everywhere (other StackExchange questions too) is …

email google-app-engine firebase google-cloud-platform google-cloud-functions
Cloud Functions for Firebase trigger on time?

I am looking for a way to schedule Cloud Functions for Firebase or in other words trigger them on a …

javascript firebase google-cloud-platform google-cloud-functions
Firebase cloud functions is very slow

We're working on an application that uses the new firebase cloud functions. What currently is happening is that a transaction …

node.js firebase firebase-realtime-database google-cloud-functions
Cloud Functions for Firebase: 'Error: could not handle the request'

I feel like pulling my hair out; this is either super simple and i'm having brain freeze or it is …

node.js firebase google-cloud-functions firebase-hosting url-shortener