Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 7ee8276

Browse files
version fix
1 parent afc594b commit 7ee8276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FIRESTORE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ firebase.firestore().collection("dogs").doc("fave")
279279
```
280280

281281
### Increment numbers
282-
To easily increment numbers (`int` or `float`), you can use the `increment` feature since plugin version 8.3.0.
282+
To easily increment numbers (`int` or `float`), you can use the `increment` feature since plugin version 8.2.1.
283283

284284
```typescript
285285
import { firestore } from "nativescript-plugin-firebase";

0 commit comments

Comments
 (0)