-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Firestore: FieldValue.increment() feature #7533
Comments
Seems like this is addressed with |
@GuanacoDevs Yes, the feature was added in #7989. |
@tseaver - Could you explain how you use this?
AttributeError: module 'google.cloud.firestore' has no attribute 'FieldValue' |
@binojohnthomas It looks like the from google.cloud import firestore_v1 as firestore I have opened #8173 to track updating the shim module. |
@binojohnthomas as a temp solution you can use this way: |
@A-Iskakov Thanks - It worked! |
Hello,
I have noticed new feature FieldValue.increment() in the latest Firestore SDK for JavaScript
is it possible to add this feature in google-cloud-firestore?
Many thanks!
The text was updated successfully, but these errors were encountered: