-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Mistake in firestore numeric increment example for python #2374
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
Comments
Thanks for the heads up on this sample, I've posted a PR with the fix. |
Awesome. Thank you! |
I think we can close this issue now. Thanks to @BenWhitehead for writing the PR. |
BenWhitehead
added a commit
that referenced
this issue
Oct 2, 2019
andrewferlitsch
pushed a commit
that referenced
this issue
Oct 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In which file did you encounter the issue?
´python-docs-samples/firestore/cloud-client/snippets.py
Did you change the file? If so, how?
Line 884:
(the update parameters need to be passed as a dict)
Describe the issue
The original command raises an exception.
The text was updated successfully, but these errors were encountered: