GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.29k stars 1.73k forks source link

feat(firestore): Multiple inequalities #4310

Closed bhshkh closed 1 month ago

bhshkh commented 1 month ago

Description

Created samples for multiple inequalities feature. Currently, it is hardcoded here. The sample follows the style guide and contributing guidelines

Checklist

snippet-bot[bot] commented 1 month ago

Here is the summary of changes.

You are about to add 1 region tag. - [firestore/query_multiple_inequality.go:17](https://github.com/bhshkh/golang-samples/blob/b594a8b2ff33e4b448391f5a0f5d06b8dec635ea/firestore/query_multiple_inequality.go#L17), tag `firestore_query_filter_compound_multi_ineq`

This comment is generated by snippet-bot. If you find problems with this result, please file an issue at: https://github.com/googleapis/repo-automation-bots/issues. To update this comment, add snippet-bot:force-run label or use the checkbox below:

bhshkh commented 1 month ago

@subfuzion, can you please review

KasiaStrz commented 4 weeks ago

Hi @bhshkh , could you please add the Datastore version with region tag: datastore_query_filter_compound_multi_ineq? Thanks!

bhshkh commented 4 weeks ago

datastore_query_filter_compound_multi_ineq

@KasiaStrz , it has been added in https://github.com/GoogleCloudPlatform/golang-samples/pull/4311