firebase-js-sdk
firebase-js-sdk copied to clipboard
Firebase Javascript SDK
Contextual debug logging for integration tests will log the debug log for the 100 debug or warning messages leading up to a logged error message. This is intended to give...
Contains all the changes pertaining to Hybrid inference.
### Operating System n/a ### Environment (if applicable) n/a ### Firebase SDK Version 11.7.1 ### Firebase SDK Product(s) VertexAI ### Project Tooling JS ### Detailed Problem Description When using multimodal...
Fix languageCode parameter in action_code_url (#8912) * Fix languageCode parameter in action_code_url * Add changeset Vaihi add langmodel types. (#8927) * Adding LanguageModel types. These are based off https://github.com/webmachinelearning/prompt-api?tab=readme-ov-file#full-api-surface-in-web-idl *...
Hey Mark, I tried to capture many suggestions, and corrections here. Please incorporate what makes sense. I am not intending to polish this PR, but simply handing this over to...
### Operating System MacOS ### Environment (if applicable) node 22 ### Firebase SDK Version 11.1.0 ### Firebase SDK Product(s) VertexAI ### Project Tooling Vite and NodeJS ### Detailed Problem Description...
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.4. Release notes Sourced from axios's releases. Release v1.8.4 Release notes: Bug Fixes buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0) Contributors to this release...
Adds support for MinKey, MaxKey, RegexValue, Int32Value, BsonObjectId, BsonTimestamp, and BsonBinaryData.
## Summary This PR lets server-rendered apps call `initializeServerApp()` with no args. The existing `(options, config)` signature remains unchanged. ## Motivation `initializeApp()` already supports no-args init on the client. Closes...