File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments