Relative Content

Tag Archive for firebasegoogle-cloud-functions

set timeout for firebase cloud function via console

i have a lot of firebase cloud functions with a timeout > 1m and every time I redeploy them it resets the timeout to 1m again. it takes a lot of time to always edit the timeout in the console after redeploying the functions. is there a way to set the timeout in the console or in the function itself?

firebase deply does not complete

Hi I am upgrading cloud function from first generation to the second generation; I removed functions.config() for switching to paramaterized configuration, during the deploy the cli ask me to set a parameter, then it creates the env file relatedd to my project and stops there for an unexpected error: this is part of the log:

No Cloud Scheduler jobs to display

I’ve successfully created and deployed a scheduled Cloud Function, and I can see it listed in Firebase. However, when I click on View on Cloud Scheduler, nothing appears.

How durable is Firebase (Functions) for heavy use?

I am developing a mobile application that will show the latest transfers in the football world. For this application, I wrote a personal API that returns only the necessary data based on usage. I went live with this API system with Firebase Functions.