-
Notifications
You must be signed in to change notification settings - Fork 554
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
chore(firestore): Add firestore_query_filter_compound_multi_ineq to samples #27361
base: main
Are you sure you want to change the base?
Conversation
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
|
||
firestore = Google::Cloud::Firestore.new project_id: project_id | ||
cities_ref = firestore.col collection_path | ||
# [START firestore_query_filter_compound_multi_ineq] |
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.
The other samples below include the setting of cities_ref
within the sample's START..END block. Are you sure this one shouldn't include it?
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.
I will test it. Samples above this point have cities_ref
outside, and below have it inside.
d81314f
to
cd07fbc
Compare
No description provided.