Skip to content

Commit 5512e9c

Browse files
committed
docs: fix
1 parent c2d527e commit 5512e9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/firestore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ These configuration values are available:
6767

6868
| Prop | Type | Description | Since |
6969
| ---------------- | ------------------- | ------------------------------------------------------------------------------------- | ----- |
70-
| **`databaseId`** | <code>string</code> | The database ID of the Firestore database to use. Only available for Android and iOS. | 8.3.0 |
70+
| **`databaseId`** | <code>string</code> | The database ID of the Firestore database to use. Only available for Android and iOS. | 8.2.0 |
7171

7272
### Examples
7373

packages/firestore/src/definitions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ declare module '@capacitor/cli' {
55
/**
66
* These configuration values are available:
77
*
8-
* @since 8.3.0
8+
* @since 8.2.0
99
*/
1010
FirebaseFirestore?: {
1111
/**
1212
* The database ID of the Firestore database to use.
1313
*
1414
* Only available for Android and iOS.
1515
*
16-
* @since 8.3.0
16+
* @since 8.2.0
1717
*/
1818
databaseId?: string;
1919
};

0 commit comments

Comments
 (0)