@swamp/gcp/firebasedataconnect
v2026.04.23.1
Google Cloud firebasedataconnect infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
gcpgoogle-cloudfirebasedataconnectcloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/gcp/firebasedataconnect@swamp/gcp/firebasedataconnect/locationsv2026.04.23.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
getGet a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
syncSync locations state from GCP
Resources
state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/firebasedataconnect/servicesv2026.04.23.1services.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. Stores small amounts of arbitrary data. |
| displayName? | string | Optional. Mutable human-readable name. 63 character limit. |
| labels? | record | Optional. Labels as key value pairs. |
| name? | string | Identifier. The relative resource name of the Firebase Data Connect service, in the format: ` projects/{project}/locations/{location}/services/{service} ` Note that the service ID is specific to Firebase Data Connect and does not correspond to any of the instance IDs of the underlying data source connections. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| serviceId? | string | Required. The ID to use for the service, which will become the final component of the service's resource name. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a services
getGet a services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
updateUpdate services attributes
deleteDelete the services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
syncSync services state from GCP
execute_graphqlexecute graphql
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| query? | any | |
| variables? | any |
execute_graphql_readexecute graphql read
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| query? | any | |
| variables? | any |
introspect_graphqlintrospect graphql
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| query? | any | |
| variables? | any |
Resources
state(infinite)— A Firebase Data Connect service.
@swamp/gcp/firebasedataconnect/services-connectorsv2026.04.23.1services_connectors.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. Stores small amounts of arbitrary data. |
| clientCache? | object | Client caching settings of a connector. |
| displayName? | string | Optional. Mutable human-readable name. 63 character limit. |
| labels? | record | Optional. Labels as key value pairs. |
| name? | string | Identifier. The relative resource name of the connector, in the format: ` projects/{project}/locations/{location}/services/{service}/connectors/{connector} ` |
| source? | object | Used to represent a set of source files. |
| connectorId? | string | Required. The ID to use for the connector, which will become the final component of the connector's resource name. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a connectors
getGet a connectors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connectors |
updateUpdate connectors attributes
deleteDelete the connectors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connectors |
syncSync connectors state from GCP
execute_mutationexecute mutation
| Argument | Type | Description |
|---|---|---|
| operationName? | any | |
| variables? | any |
execute_queryexecute query
| Argument | Type | Description |
|---|---|---|
| operationName? | any | |
| variables? | any |
impersonate_mutationimpersonate mutation
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| variables? | any |
impersonate_queryimpersonate query
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| variables? | any |
Resources
state(infinite)— Connector consists of a set of operations, i.e. queries and mutations.
@swamp/gcp/firebasedataconnect/services-schemasv2026.04.23.1services_schemas.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. Stores small amounts of arbitrary data. |
| datasources? | array | Required. The data sources linked in the schema. |
| displayName? | string | Optional. Mutable human-readable name. 63 character limit. |
| labels? | record | Optional. Labels as key value pairs. |
| name? | string | Identifier. The relative resource name of the schema, in the format: ` projects/{project}/locations/{location}/services/{service}/schemas/{schema} ` Right now, the only supported schema is "main". |
| source? | object | Used to represent a set of source files. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| schemaId? | string | Required. The ID to use for the schema, which will become the final component of the schema's resource name. Currently, only `main` is supported and any other schema ID will result in an error. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a schemas
getGet a schemas
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the schemas |
updateUpdate schemas attributes
deleteDelete the schemas
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the schemas |
syncSync schemas state from GCP
Resources
state(infinite)— The application schema of a Firebase Data Connect service.
2026.04.03.331.3 KBApr 3, 2026
Google Cloud firebasedataconnect infrastructure models
Release Notes
- Updated: locations, services, services_connectors, services_schemas
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudfirebasedataconnectcloudinfrastructure
2026.04.03.131.0 KBApr 3, 2026
Google Cloud firebasedataconnect infrastructure models
Release Notes
- Updated: locations, services, services_connectors, services_schemas
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudfirebasedataconnectcloudinfrastructure
2026.04.02.229.6 KBApr 2, 2026
Google Cloud firebasedataconnect infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudfirebasedataconnectcloudinfrastructure
2026.03.27.127.2 KBMar 27, 2026
Google Cloud firebasedataconnect infrastructure models
Release Notes
- Added: locations, services, services_connectors, services_schemas
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudfirebasedataconnectcloudinfrastructure