Skip to content

Commit f26482d

Browse files
committed
docs(firestore, increment): refine caution warning
1 parent a799c14 commit f26482d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firestore/lib/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,9 @@ export namespace FirebaseFirestoreTypes {
720720
* });
721721
* ```
722722
*
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
726726
*
727727
* @param n The value to increment by.
728728
*/

0 commit comments

Comments
 (0)