Gcp/firebasedataconnect
@swamp/gcp/firebasedataconnectv2026.07.31.1
01README
Google Cloud firebasedataconnect infrastructure models
02Release Notes
- Updated: services
03Models
@swamp/gcp/firebasedataconnect/locationsv2026.07.29.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| name | string | The resource that owns the locations collection, if applicable. |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync(identifier?: string)
Sync locations state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific locations by name (e.g. one discovered by list) |
fn list(extraLocationTypes?: string, filter?: string, pageSize?: number, maxPages?: number)
List locations resources
| Argument | Type | Description |
|---|---|---|
| extraLocationTypes? | string | Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. |
| filter? | string | A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). |
| pageSize? | number | The maximum number of results to return. If not set, the service selects a default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/firebasedataconnect/servicesv2026.07.31.1services.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| 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 SQL Connect service, in the format: ` projects/{project}/locations/{location}/services/{service} ` Note that the service ID is specific to Firebase SQL Connect and does not correspond to any of the instance IDs of the underlying data source connections. |
| source? | object | Optional. Input only. The source files for service, schemas, and connectors. |
| 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') |
fn create()
Create a services
fn get(identifier: string)
Get a services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
fn update(identifier?: string)
Update services attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific services by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
fn sync(identifier?: string)
Sync services state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific services by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List services resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Filtering results. |
| orderBy? | string | Optional. Hint for how to order the results. |
| pageSize? | number | Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn execute_graphql(extensions?: any, operationName?: any, query?: any, variables?: any)
execute graphql
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| query? | any | |
| variables? | any |
fn execute_graphql_read(extensions?: any, operationName?: any, query?: any, variables?: any)
execute graphql read
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| query? | any | |
| variables? | any |
fn generate_query(prompt?: any, schemas?: any)
generate query
| Argument | Type | Description |
|---|---|---|
| prompt? | any | |
| schemas? | any |
fn generate_schema(prompt?: any)
generate schema
| Argument | Type | Description |
|---|---|---|
| prompt? | any |
fn introspect_graphql(extensions?: any, operationName?: any, query?: any, variables?: any)
introspect graphql
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| query? | any | |
| variables? | any |
Resources
state(infinite)— A Firebase SQL Connect service.
@swamp/gcp/firebasedataconnect/services-connectorsv2026.07.29.1services_connectors.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| annotations? | record | Optional. Stores small amounts of arbitrary data. |
| clientCache? | object | Optional. The client cache settings of the 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 | Required. The source files that comprise the connector. |
| 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 |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a connectors
fn get(identifier: string)
Get a connectors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connectors |
fn update(identifier?: string)
Update connectors attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific connectors by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the connectors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connectors |
fn sync(identifier?: string)
Sync connectors state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific connectors by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List connectors resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Filtering results. |
| orderBy? | string | Optional. Hint for how to order the results. |
| pageSize? | number | Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn execute_mutation(operationName?: any, variables?: any)
execute mutation
| Argument | Type | Description |
|---|---|---|
| operationName? | any | |
| variables? | any |
fn execute_query(operationName?: any, variables?: any)
execute query
| Argument | Type | Description |
|---|---|---|
| operationName? | any | |
| variables? | any |
fn impersonate_mutation(extensions?: any, operationName?: any, variables?: any)
impersonate mutation
| Argument | Type | Description |
|---|---|---|
| extensions? | any | |
| operationName? | any | |
| variables? | any |
fn impersonate_query(extensions?: any, operationName?: any, variables?: any)
impersonate 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.07.29.1services_schemas.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| scopes? | string | Comma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes. |
| quotaProject? | string | GCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials. |
| 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 | Required. The source files that comprise the application schema. |
| 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. |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a schemas
fn get(identifier: string)
Get a schemas
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the schemas |
fn update(identifier?: string)
Update schemas attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific schemas by name (e.g. one discovered by list) |
fn delete(identifier: string)
Delete the schemas
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the schemas |
fn sync(identifier?: string)
Sync schemas state from GCP
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific schemas by name (e.g. one discovered by list) |
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List schemas resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Filtering results. |
| orderBy? | string | Optional. Hint for how to order the results. |
| pageSize? | number | Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The application schema of a Firebase SQL Connect service.
04Previous Versions
2026.07.29.1
- Updated: locations, services, services_connectors, services_schemas
2026.07.24.1
- Updated: services_schemas
2026.07.21.4
- Updated: locations, services, services_connectors, services_schemas
2026.07.21.1
- Updated: services_connectors, services_schemas
2026.07.20.2
- Updated: locations, services, services_connectors, services_schemas
Modified 1 models
2026.07.20.1
- Updated: locations, services, services_connectors, services_schemas
Modified 1 models
2026.07.19.2
- Updated: locations
2026.07.19.1
- Updated: locations, services, services_connectors, services_schemas
2026.07.18.2
- Updated: locations, services, services_connectors, services_schemas
2026.07.17.2
- Updated: services, services_connectors, services_schemas
2026.07.17.1
- Updated: services, services_connectors, services_schemas
2026.06.08.2
- Updated: locations, services, services_connectors, services_schemas
2026.06.07.1
- Updated: locations, services, services_connectors, services_schemas
2026.06.05.1
- Updated: locations, services, services_connectors, services_schemas
2026.05.26.1
- Updated: locations, services, services_schemas
Modified 1 models
2026.05.25.1
- Updated: locations, services, services_connectors, services_schemas
Modified 4 models
2026.05.24.1
- Updated: locations, services, services_connectors, services_schemas
2026.05.21.2
- Updated: locations, services, services_connectors, services_schemas
2026.05.21.1
05Stats
A
100 / 100
Downloads
0
Archive size
67.0 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels