firebase-js-sdk
firebase-js-sdk copied to clipboard
Firebase Javascript SDK
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/commonjs)) | [`21.1.0` -> `28.0.5`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/21.1.0/28.0.5) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Operating System Windows 11 ### Environment (if applicable) Chrome 137.0.7151.69 (Official Build) (64-bit) ### Firebase SDK Version 11.8.1 ### Firebase SDK Product(s) Messaging ### Project Tooling Simple static html...
### Operating System Windows 11 ### Environment (if applicable) node: 22, next: 12.3.4 ### Firebase SDK Version 11.7.1 ### Firebase SDK Product(s) Firestore ### Project Tooling React / Typescript ###...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 2.0.2 dependency-type: indirect ... Hey there! So you want to contribute to a...
Switched out the usage of `XMLHttpRequest` in @firebase/database for primitives from the more modern and better-supported Fetch API.
### Operating System macOs, windows ### Environment (if applicable) React ### Firebase SDK Version 8.10.0 ### Firebase SDK Product(s) Auth ### Project Tooling We're using firebase with React and rsbuild...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...
This PR modifies the `SimpleDb` class by deleting the `setVersionChangeListener()` method and replacing it with a new `setDatabaseDeletedListener()` method. The new method abstracts away the details of IndexedDb events and...
Add deprecation tag to `totalBillableCharacters`. This field is no longer populated when using models greater than `gemini-1.5-*`, since the newer models count tokens, not characters. Developers should use `totalTokens` instead.