-
Notifications
You must be signed in to change notification settings - Fork 624
Create firestore/Filter.java #3237
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
Conversation
e471819
to
55641a9
Compare
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (9b479175) is created by Prow via merging commits: 7faa75f b9b2978. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (9b479175) is created by Prow via merging commits: 7faa75f b9b2978. |
firebase-firestore/src/main/java/com/google/firebase/firestore/Filter.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.
Basically LGTM
firebase-firestore/src/main/java/com/google/firebase/firestore/Filter.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/Query.java
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Filter.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Target.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/Query.java
Outdated
Show resolved
Hide resolved
firebase-firestore/src/main/java/com/google/firebase/firestore/core/Target.java
Outdated
Show resolved
Hide resolved
/test smoke-tests |
Posting incremental changes towards supporting composite filters and disjunctions.
For the time being,
firestore/Filter.java
is restricted toScope.LIBRARY
, and is hidden for api.txt purposes.