-
Notifications
You must be signed in to change notification settings - Fork 944
Query get() method for RTDB #3812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
86363d6
Query get() method for RTDB
jmwski 0abd55c
Fix yarn test
jmwski 437b8a7
Call onDataUpdate_ to simulater server push
jmwski 8b289f8
Run yarn prettier
jmwski 153dbcf
cleanup
jmwski 61665bf
Add basic tests for get
jmwski 9b2cf00
remove callback arguments to get()
jmwski ab34805
get rid of todo
jmwski f20c903
Use promises instead + caching test
jmwski d9530ee
Uncomment tests
jmwski 48c6d39
test rename
jmwski 2bae15b
fix checks
jmwski 578f9ca
x
jmwski b6cef9f
actually called repo.get
jmwski 5802286
more fixes
jmwski 5eae993
remove extra diff
jmwski 2a7f81f
fixup query tests
jmwski 00a0959
more test fixes
jmwski 7ef7e69
use deep.equal in tests
jmwski 272587f
Undo package.json changes
jmwski 377a263
remove unused imports
jmwski d400785
remove accidental push
jmwski b19f026
more unused imports cleanup
jmwski c0160b6
Merge branch 'master' into jw/rtdb-query-get
jmwski c050c0d
lint stuff
jmwski bdc10ca
point CI to emulator v4.6.0
jmwski 950de5a
address review feedback
jmwski fdc379d
undo package.json change
jmwski b81d898
review feedback
jmwski 483cedc
update changelog
jmwski a7b0e67
Create many-snails-kneel.md
jmwski 2a947f7
import fixes
jmwski acdd4ca
review feedback, queue outstanding gets
jmwski c0f627c
lint
jmwski f6dcb38
review
jmwski 26703f5
remove extra comment
jmwski 008e6fb
Update .changeset/many-snails-kneel.md
jmwski 2643f8a
Update packages/database/src/core/Repo.ts
jmwski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,6 @@ | ||
--- | ||
"@firebase/database": minor | ||
"firebase": minor | ||
--- | ||
|
||
Add a `get` method for database queries that returns server result when connected |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.