-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Please support array_contains in queries #6479
Comments
@tseaver, thanks! I'm assuming that you or someone else will create an internal bug or ticket to update https://firebase.google.com/docs/firestore/query-data/queries once this change is released? |
@RohanTalip I don't have access to the internal ticket system. @crwilcox Can you bridge to the team that manages those snippets? |
@tseaver and @crwilcox, roughly when do you think this change will be released? I see that firestore-0.30.0 was released on 2018-10-15. Are there other changes that need to be rolled up into firestore-0.31.0 ? |
@RohanTalip There are a bunch of things pending. Maybe by the beginning of December we will be in a place to make a release. |
@tseaver, OK, I'll monkey-patch this change until then. |
@tseaver I know you mentioned maybe at the beginning of December this would be released. Any updates? |
@Emsu, it looks like it was released 3 days ago: https://github.com/googleapis/google-cloud-python/releases/tag/firestore-0.31.0 |
FYI, I just sent some feedback on https://firebase.google.com/docs/firestore/query-data/queries#array_membership via the "SEND FEEDBACK" button, that this is now supported in Python. I linked to this issue in the feedback. |
array_contains
is supported in most other languages (Python and Ruby are holdouts) :https://firebase.google.com/docs/firestore/query-data/queries#array_membership
Is there a timeframe for when this might become available for Python?
The text was updated successfully, but these errors were encountered: