2021-09-15 02:50:55 +00:00
|
|
|
{
|
2022-01-27 05:25:16 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
2021-09-15 02:50:55 +00:00
|
|
|
"title": "Firestore datasource",
|
|
|
|
|
"description": "A schema defining firestore datasource",
|
2022-01-17 07:08:17 +00:00
|
|
|
"type": "database",
|
2021-09-22 05:13:12 +00:00
|
|
|
"source": {
|
|
|
|
|
"name": "Firestore",
|
|
|
|
|
"kind": "firestore",
|
|
|
|
|
"exposedVariables": {
|
2022-02-08 03:14:38 +00:00
|
|
|
"isLoading": false,
|
2021-09-22 05:13:12 +00:00
|
|
|
"data": [],
|
|
|
|
|
"rawData": []
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
2021-10-25 09:16:46 +00:00
|
|
|
"gcp_key": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"encrypted": true
|
|
|
|
|
}
|
2021-09-22 05:13:12 +00:00
|
|
|
}
|
|
|
|
|
},
|
2021-11-22 08:22:32 +00:00
|
|
|
"defaults": {
|
2022-01-27 05:25:16 +00:00
|
|
|
"gcp_key": {
|
|
|
|
|
"value": ""
|
|
|
|
|
}
|
2021-11-22 08:22:32 +00:00
|
|
|
},
|
2021-09-15 02:50:55 +00:00
|
|
|
"properties": {
|
|
|
|
|
"gcp_key": {
|
2022-01-17 07:08:17 +00:00
|
|
|
"label": "Private key",
|
|
|
|
|
"key": "gcp_key",
|
|
|
|
|
"rows": 15,
|
|
|
|
|
"encrypted": true,
|
2021-09-15 02:50:55 +00:00
|
|
|
"type": "textarea",
|
|
|
|
|
"description": "Enter private key"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-01-27 05:25:16 +00:00
|
|
|
"required": [
|
|
|
|
|
"gcp_key"
|
|
|
|
|
]
|
|
|
|
|
}
|