Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/firestore/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,10 @@ 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
*
* @param n The value to increment by.
*/
static increment(n: number): FieldValue;
Expand Down