firebase@11.5.0
📦 firebase-authView on GitHub →
✨ 4 features🐛 3 fixes🔧 8 symbols
Summary
Firebase JavaScript SDK v11.5.0 brings minor updates including new enum values for Vertex AI and dependency updates across the suite. Patch fixes improve retry robustness and App Check error handling.
✨ New Features
- Added missing `BlockReason` and `FinishReason` enum values in firebase and @firebase/vertexai.
- Added `systemInstruction`, `tools`, and `generationConfig` to `CountTokensRequest` in @firebase/vertexai.
- Update requests in @firebase/data-connect to point to v1 backend endpoints instead of v1beta.
- Added non-null parent properties to ThenableReference in @firebase/database, @firebase/database-compat, and @firebase/database-types.
🐛 Bug Fixes
- Modify the retry mechanism to stop when remaining tries is less than or equal to zero, improving the robustness of the retry handling in firebase and @firebase/performance.
- Use lazy encoding in UTF-8 encoded byte comparison for strings in firebase and @firebase/firestore.
- Improve error handling in AppCheck (@firebase/app-check): publicly-exported `getToken()` will now throw `internalError` strings it was previously ignoring (fixes #8822).
🔧 Affected Symbols
BlockReasonFinishReasonCountTokensRequestsystemInstructiontoolsgenerationConfiggetToken()ThenableReference