-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* google-closure-library: git://github.com/google/closure-library.git#7818ff7 * Tests and hard asserts for hanging query issue - #7652 * Re-enable useFetchStreams * Create orange-pianos-push.md * Revert change to yarn.lock for rules-unit-testing/functions/ * git+https for google-closure-library * Update yarn.lock * Yarn.lock again * git+https in yarn.lock * Increase timeout setting up the repro for hanging queries. * Clean up error message for hardAssert based on peer feedback.
- Loading branch information
1 parent
b782bb2
commit 00235ba
Showing
8 changed files
with
2,513 additions
and
2,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@firebase/firestore": patch | ||
"@firebase/webchannel-wrapper": patch | ||
"firebase": patch | ||
--- | ||
|
||
Fix high memory usage of Firestore in browsers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/webchannel-wrapper", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.js", | ||
|
@@ -28,7 +28,7 @@ | |
"devDependencies": { | ||
"@rollup/plugin-commonjs": "21.1.0", | ||
"google-closure-compiler": "20230228.0.0", | ||
"google-closure-library": "20230228.0.0", | ||
"google-closure-library": "git+https://github.com/google/closure-library.git#7818ff7", | ||
"gulp": "4.0.2", | ||
"gulp-sourcemaps": "3.0.0", | ||
"rollup": "2.79.1", | ||
|
Oops, something went wrong.