File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -720,9 +720,8 @@ export namespace FirebaseFirestoreTypes {
720
720
* });
721
721
* ```
722
722
*
723
- * Please be careful using this operator. If writes happen to the field *on the backend / out of your control* to this field
724
- * in rapid succession - multiple writes in a second or two, *some increments will be lost*.
725
- * This may be avoided by using the special increment field in a transaction.
723
+ * Please be careful using this operator. It may not be reliable enough for use in strict accounting, as it
724
+ * appears writes may be dropped in situations not fully understood yet, but possibly correlated with increment frequency.
726
725
* See https://github.com/invertase/react-native-firebase/discussions/5914
727
726
*
728
727
* @param n The value to increment by.
You can’t perform that action at this time.
0 commit comments