google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

Allow comparing with nil using operators such as "!="

Open noahmillerj opened this issue 1 year ago • 2 comments

Firestore allows comparing with nil using "!=". I verified this in console. However the same query fails when performed with golang api. The enforcement on the operators used when comparing with nil value doesn't make sense.

noahmillerj avatar Nov 21 '23 15:11 noahmillerj

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Nov 21 '23 15:11 google-cla[bot]

Please create an issue demonstrating the bug and link the issue with this PR Modify commit message to conventional commits https://www.conventionalcommits.org/en/v1.0.0/#summary

bhshkh avatar Feb 01 '24 18:02 bhshkh

Closing this old PR as there is no linked bug.

bhshkh avatar Jul 17 '24 00:07 bhshkh