google-cloud-go
google-cloud-go copied to clipboard
Allow comparing with nil using operators such as "!="
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.
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.
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
Closing this old PR as there is no linked bug.