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

feat(firestore): surface new 'IN' and 'ARRAY_CONTAINS_ANY' operators #9541

Merged
merged 8 commits into from
Oct 30, 2019
Merged

feat(firestore): surface new 'IN' and 'ARRAY_CONTAINS_ANY' operators #9541

merged 8 commits into from
Oct 30, 2019

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Oct 25, 2019

Closes #9540

@tseaver tseaver added the api: firestore Issues related to the Firestore API. label Oct 25, 2019
@tseaver tseaver requested a review from BenWhitehead October 25, 2019 19:59
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 25, 2019
Copy link
Contributor

@BenWhitehead BenWhitehead left a comment

Choose a reason for hiding this comment

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

Looks okay to me. @crwilcox Can you give this a once-over for the python-ness of it.

@tseaver tseaver merged commit abdfa3f into googleapis:master Oct 30, 2019
@tseaver tseaver deleted the 9540-firestore-add-operators-in-array_contains_any branch October 30, 2019 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firestore: add IN and ARRAY_CONTAINS_ANY query operators
4 participants