Firebase functions deploy single function with a different ignore configuration
We have several 2nd gen functions sharing the same source code. Only one of them needs to be deployed with a different ignore
configuration in firebase.json
.
Firebase Cloud Function – Cannot find module ‘firebase-functions/v2/auth’
Cannot find module ‘firebase-functions/v2/auth’ or its corresponding type declarations.
Firebase Cloud Function – Cannot find module ‘firebase-functions/v2/auth’
Cannot find module ‘firebase-functions/v2/auth’ or its corresponding type declarations.
Firebase Cloud Function – Cannot find module ‘firebase-functions/v2/auth’
Cannot find module ‘firebase-functions/v2/auth’ or its corresponding type declarations.
Firebase Cloud Function – Cannot find module ‘firebase-functions/v2/auth’
Cannot find module ‘firebase-functions/v2/auth’ or its corresponding type declarations.
Firebase Cloud Function – Cannot find module ‘firebase-functions/v2/auth’
Cannot find module ‘firebase-functions/v2/auth’ or its corresponding type declarations.
Firebase Functions Deployment Error: Cloud Run container failed to listen on PORT=8080
I’m facing an issue deploying Firebase Cloud Functions. Initially, I deployed a scheduled function (cleanupTempImages) successfully. After adding two more functions (createCheckoutSession and stripeWebhook), all deployments now fail with this error:
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: