Skip to content

Commit 39b94a7

Browse files
author
Graham Paye
authored
chore(firestore): update region tag to be consistent with other languages (googleapis#7852)
1 parent 77a6d13 commit 39b94a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-firestore/samples/query_data.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ def in_query_with_array project_id:, collection_path: "cities"
192192
# collection_path = "cities"
193193

194194
firestore = Google::Cloud::Firestore.new project_id: project_id
195-
# [START fs_in_filter_with_array]
195+
# [START fs_query_filter_in_with_array]
196196
cities_ref = firestore.col collection_path
197197
exactly_one_cost = cities_ref.where "regions", "in", [["west_coast"], ["east_coast"]]
198-
# [END fs_in_filter_with_array]
198+
# [END fs_query_filter_in_with_array]
199199
exactly_one_cost.get do |city|
200200
puts "Document #{city.document_id} returned by query in [['west_coast'], ['east_coast']]."
201201
end

0 commit comments

Comments
 (0)