aalej
aalej
Hey @boris-hocde, thanks for creating a detailed report! I'm able to reproduce the issue using the code snippets and steps provided. I’ll mark this as reproducible and raise this to...
Thanks for the detailed report @CorieW! I’m able to reproduce the issue. Reading though [#1653](https://github.com/firebase/firebase-functions/issues/1653), I’m not sure how folks were able to deploy 1st gen functions with `nodejs22` even...
Hey folks, Node.js 22 support for 1st gen functions was recently released! You should now be able to deploy 1st gen functions with the `nodejs22` runtime. See these docs for...
Hey @tsuburin, sorry we weren’t able to respond to this sooner, and thanks for creating a detailed report and for sharing your observations. I’m able to reproduce the error you...
Hey @RafaelZasas, thanks for reaching out and sharing your debug logs. At the moment, I’m unable to reproduce the error you mentioned. I’m trying to reproduce this using the default...
Thanks for the quick response and for sharing your code @RafaelZasas. Could you try moving the `db = firestore.client()` call to inside the function runtime? I’m checking some of our...
Hey folks, re-opening this issue so that we can investigate. @JR-RomanZaiats, could you try updating to firebase-tools v13.16.0 or v13.18.0 to see if this would work around the issue?
Hey @nilsreichardt, thanks for the detailed report. Sorry to hear you encounter this issue. I’m currently unable to reproduce this. I tried following the steps provided, but no errors were...
Hey @cmjordan42, thanks for reaching out. I think starting firebase-tools [v13.10.0](https://github.com/firebase/firebase-tools/releases/tag/v13.10.0), you can set the value of `FUNCTIONS_DISCOVERY_TIMEOUT`(see PR [#7176](https://github.com/firebase/firebase-tools/pull/7176)) to increase the timeout. Could you give this a try?...
Thanks for the feedback! The error message should be updated by https://github.com/firebase/firebase-tools/pull/8240. The current error message now points to our [FAQ docs](https://firebase.google.com/docs/functions/tips#avoid_deployment_timeouts_during_initialization) which provides tips on how to resolve this...