We have a project running since three years using Firebase Functions. All the functions were still in the version 1 (Node 14) until recently. Now we migrate them to the version 2 (with Node 18), which should bring performance enhancements. Also, our project is hosted in Europe.
The question is that now we are experiencing a long time to deploy the functions. It works, but it takes a good amount of time.
Thanks for any help!
Hi @limajr,
Welcome to Google Cloud Community!
Possible reasons for slowness:
Tips for faster deployments:
By identifying the cause and implementing these suggestions, you should see faster deployments for your Firebase Functions v2 in the EU region.