-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply range-filters in get when probing active-listener cache (#4408)
* Apply range-filters in get when probing active-listener cache * Fix get() _again_ * cleanup * lint error and test feedback * increase test coverage * Remove unused var * chnageset * fix changeset * Fix misunderstanding of suggested fix. * Update packages/database/test/query.test.ts Co-authored-by: Sebastian Schmidt <[email protected]> * Update packages/database/test/query.test.ts Co-authored-by: Sebastian Schmidt <[email protected]> * add more tests for get * Update .changeset/small-icons-allow.md Co-authored-by: Sebastian Schmidt <[email protected]> * Update packages/database/src/core/view/View.ts Co-authored-by: Sebastian Schmidt <[email protected]> * Update packages/database/src/core/SyncPoint.ts Co-authored-by: Sebastian Schmidt <[email protected]> * Fix get with pending writes case Co-authored-by: Sebastian Schmidt <[email protected]>
- Loading branch information
1 parent
f513922
commit 318af54
Showing
6 changed files
with
260 additions
and
20 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,4 @@ | ||
--- | ||
'@firebase/database': patch | ||
--- | ||
Fixed an issue with `Query.get()` where Query filters are not applied to data in some cases. |
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