Skip to content

Commit

Permalink
docs(firestore, increment): refine caution warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 29, 2022
1 parent a799c14 commit f26482d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/firestore/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,9 @@ export namespace FirebaseFirestoreTypes {
* });
* ```
*
* Please be careful using this operator. It may not be reliable enough for use in strict accounting, as it
* appears writes may be dropped in situations not fully understood yet, but possibly correlated with increment frequency.
* See https://github.com/invertase/react-native-firebase/discussions/5914
* Please be careful using this operator. It may not be reliable enough for use in circumstances where absolute accuracy is required,
* as it appears writes to Firestore may sometimes be duplicated in situations not fully understood yet, but possibly correlated with
* write frequency. See https://github.com/invertase/react-native-firebase/discussions/5914
*
* @param n The value to increment by.
*/
Expand Down

1 comment on commit f26482d

@vercel
Copy link

@vercel vercel bot commented on f26482d Apr 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.