File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -720,9 +720,9 @@ export namespace FirebaseFirestoreTypes {
720
720
* });
721
721
* ```
722
722
*
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.
725
- * See https://github.com/invertase/react-native-firebase/discussions/5914
723
+ * Please be careful using this operator. It may not be reliable enough for use in circumstances where absolute accuracy is required,
724
+ * as it appears writes to Firestore may sometimes be duplicated in situations not fully understood yet, but possibly correlated with
725
+ * write frequency. See https://github.com/invertase/react-native-firebase/discussions/5914
726
726
*
727
727
* @param n The value to increment by.
728
728
*/
You can’t perform that action at this time.
0 commit comments