firebase function with python unable to import dateutil package
While testing out firebase function with python i notice that there are some package that unable to import. It simple cause a No module named error.
Some Package that cause this error are pytz and dateutil.
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.
Why are the scheduled firebase functions not running?
Since a couple of days my scheduled firebase function is not running. To debug the issue I created two new scheduled function. They gave a different error but they are still working.
Why firebase cloud function return 404 Not found and how to fix it?
Seems like I am making API calls, but i get 404 back. I see function calls are added in cloud console function call counter. But i don’t see log console.log("function call begin");
What am I doing wrong?
Firebae Functions Error ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath ‘./v2/firestore’ is not defined by “exports” in
I am developing an Firebase Functions.
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.
Upgrading firebase-functions: warning
I’ve just updated a Firebase cloud function and it went fine and it works but this warning comes up:
running second firebase function after a minute the first function has been called
I have function that runs onSchedule
every minute (and creates a file in firestore)
and i want to run second function 45 seconds after the first one has been called. Is there any way to achieve this? I can’t use another onSchedule
cause they gonna missmatch after first run