Skip to content
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

Implement "where not equal" and "where not in" Firestore queries #5401

Merged
merged 4 commits into from Oct 5, 2020

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Oct 5, 2020

Fixes #5394.

Equivalent Java PR is googleapis/java-firestore#350

@jskeet jskeet requested a review from a team as a code owner October 5, 2020 12:41
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 5, 2020
(This is to take advantage of the new "not equal" query operators.)
(Note that this doesn't perform the same kind of precondition as the
corresponding Java code, to be consistent with the rest of the API.
There are a few things where we let the server perform the rejection
rather than doing it in the SDK.)
Copy link
Contributor

@chrisdunelm chrisdunelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@amanda-tarafa amanda-tarafa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jskeet
Copy link
Collaborator Author

jskeet commented Oct 5, 2020

Thanks folks. Will leave this open for a little while in case the Firestore team want to review too.

@jskeet jskeet merged commit 8698c6e into googleapis:master Oct 5, 2020
@jskeet jskeet deleted the firestore-queries branch October 5, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more Firestore operators
4 participants