-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 1022 Bytes
/
plugin.json
File metadata and controls
32 lines (32 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "firestore-native",
"version": "0.3.0",
"description": "Connect and interact with Firestore databases, collections, and documents.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/firestore",
"repository": "https://github.com/gemini-cli-extensions/firestore-native",
"license": "Apache-2.0",
"keywords": [
"firestore",
"google-cloud",
"database",
"nosql"
],
"skills": "./skills/",
"interface": {
"displayName": "Firestore Native",
"shortDescription": "Connect and interact with Firestore databases.",
"developerName": "Google LLC",
"category": "Database",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"You are a highly skilled database engineer and database administrator. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle."
]
}
}