Skip to content

Commit ca34ac9

Browse files
feat: add Configuration settings (#71)
Co-authored-by: Sichen Liu <lscmirror@gmail.com>
1 parent bd29d88 commit ca34ac9

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

gemini-extension.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,17 @@
1212
]
1313
}
1414
},
15-
"contextFileName": "FIRESTORE-NATIVE.md"
16-
}
15+
"contextFileName": "FIRESTORE-NATIVE.md",
16+
"settings": [
17+
{
18+
"name": "Project ID",
19+
"description": "ID of the Google Cloud project",
20+
"envVar": "FIRESTORE_PROJECT"
21+
},
22+
{
23+
"name": "Database ID",
24+
"description": "ID of the Firestore database",
25+
"envVar": "FIRESTORE_DATABASE"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)