-
Notifications
You must be signed in to change notification settings - Fork 132
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
I believe that this cloud function is not idempotent #51
Comments
exports.aggregateRatings = functions.firestore
|
2 similar comments
exports.aggregateRatings = functions.firestore
|
exports.aggregateRatings = functions.firestore
|
snippets-node/firestore/solution-aggregation/functions/index.js
Lines 11 to 37 in 9ae3a00
If it's retried, I think it's possible to get a wrong value for newNumRatings.
The text was updated successfully, but these errors were encountered: