-
Notifications
You must be signed in to change notification settings - Fork 606
Query get API for RTDB #2087
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
Query get API for RTDB #2087
Conversation
@schmidt-sebastian Can you take a quick pass over this to check implementation strategy? |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (27df67d8) is created by Prow via merging commits: c7f1620 7a8e352. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (27df67d8) is created by Prow via merging commits: c7f1620 7a8e352. |
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
firebase-database/src/main/java/com/google/firebase/database/core/Repo.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates, looks very nice!
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
...database/src/main/java/com/google/firebase/database/connection/PersistentConnectionImpl.java
Outdated
Show resolved
Hide resolved
firebase-database/src/main/java/com/google/firebase/database/core/Repo.java
Show resolved
Hide resolved
firebase-database/src/main/java/com/google/firebase/database/core/SyncTree.java
Show resolved
Hide resolved
/retest |
Port of firebase/firebase-js-sdk#3812