Bryan Kendall
Bryan Kendall
### Description calling `process.exit` is an abrupt way to end the process. setting `process.exitCode` and allowing the process to naturally finish is a little better. also, listening to `uncaughtException` isn't...
### Description There's useful information in Hosting's API that we can present in the CLI - specifically if Cloud Logging is enabled or how many versions are retained. We should...
### [REQUIRED] Environment info **firebase-tools:** `11.7.0` **Platform:** macOS ### [REQUIRED] Test case I have a codebase where I am migrating functions to v2. I accidentally left the old `functions.config()` code...
it's a big ol' update of our dependencies!
### [REQUIRED] Environment info **firebase-tools:** v13.15.4 **Platform:** macOS ### [REQUIRED] Test case I'm fairly certain this will work with any function deployed with a workload identity. For example, I have...