We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5a8b3 commit 411c4bdCopy full SHA for 411c4bd
packages/firestore/src/model/mutation.ts
@@ -207,7 +207,7 @@ export class Precondition {
207
* have no explicit update time, we use the commitTime of the WriteResponse for
208
* Delete mutations.
209
*
210
- * If due to precondition mismatches an acknowledged mutation can't be applied
+ * If a mutation is acknowledged by the backend but fails the precondition check
211
* locally, we return an `UnknownDocument` and rely on Watch to send us the
212
* updated version.
213
0 commit comments