Jacob Cable
Jacob Cable
### Description fixes https://github.com/firebase/firebase-functions-python/issues/126 The Python runtime's serveAdmin method was not including process.env when spawning the admin server process. This caused important environment variables like `GOOGLE_APPLICATION_CREDENTIALS` to be lost, which...
This PR releases storage-resize-images 0.3.1.
Fixes #2550 - Email delivery failing with "Expected array, received object" Zod validation error. The attachmentsSchema now uses z.preprocess() to normalize attachment inputs before validation: - Single attachment objects are...
We need to support Gemini 3 in this extension alongside other models.
We need to add Gemini 3 as a supported model in this extension
This issue is to track the integration test suit/harness work We need: "Script on cloud build to run integration tests" draft WIP PR: https://github.com/firebase/firebase-functions/pull/1719
This PR is a draft of an integration test framework for firebase-functions typescript SDK TODO: some further manual testing, ensure CI is passing.