Gcp/firestore
@swamp/gcp/firestorev2026.06.16.1
01README
Google Cloud firestore infrastructure models
02Release Notes
- Updated: databases_documents
03Models
backups.tsv2026.06.08.1
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| 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. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a backups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the backups |
fn delete(identifier: string)
Delete the backups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the backups |
fn sync()
Sync backups state from GCP
fn list(filter?: string, maxPages?: number)
List backups resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | An expression that filters the list of returned backups. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the Backup are eligible for filtering: * `database_uid` (supports `=` only) |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
databases.tsv2026.06.08.1
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. |
| appEngineIntegrationMode? | enum | The App Engine integration mode to use for this database. |
| cmekConfig? | object | Output only. Currently in-use [KMS key versions](https://cloud.google.com/kms/docs/resource-hierarchy#key_versions). During [key rotation](https://cloud.google.com/kms/docs/key-rotation), there can be multiple in-use key versions. The expected format is `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{key_version}`. |
| concurrencyMode? | enum | The default concurrency control mode to use for this database. If unspecified in a CreateDatabase request, this will default based on the database edition: Optimistic for Enterprise and Pessimistic for all other databases. While transactions can explicitly specify their own concurrency mode, this setting defines the default behavior when left unspecified. Important: This database-level setting is not respected for Firestore with MongoDB compatibility. All transactions through the MongoDB compatibility layer will use optimistic concurrency control, regardless of this setting. |
| databaseEdition? | enum | Immutable. The edition of the database. |
| deleteProtectionState? | enum | State of delete protection for the database. |
| firestoreDataAccessMode? | enum | Optional. The Firestore API data access mode to use for this database. If not set on write: - the default value is DATA_ACCESS_MODE_DISABLED for Enterprise Edition. - the default value is DATA_ACCESS_MODE_ENABLED for Standard Edition. |
| locationId? | string | Required. The location of the database. Available locations are listed at https://cloud.google.com/firestore/docs/locations. |
| mongodbCompatibleDataAccessMode? | enum | Optional. The MongoDB compatible API data access mode to use for this database. If not set on write, the default value is DATA_ACCESS_MODE_ENABLED for Enterprise Edition. The value is always DATA_ACCESS_MODE_DISABLED for Standard Edition. |
| name? | string | The resource name of the Database. Format: `projects/{project}/databases/{database}` |
| pointInTimeRecoveryEnablement? | enum | Whether to enable the PITR feature on this database. |
| realtimeUpdatesMode? | enum | Immutable. The default Realtime Updates mode to use for this database. |
| sourceInfo? | object | The resource name of the backup that was used to restore this database. Format: `projects/{project}/locations/{location}/backups/{backup}`. |
| tags? | record | Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing" |
| type? | enum | Required. The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose. |
| databaseId? | string | Required. The ID to use for the database, which will become the final component of the database\'s resource name. This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database ID is also valid if the database is Standard edition. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a databases
fn get(identifier: string)
Get a databases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the databases |
fn update()
Update databases attributes
fn delete(identifier: string)
Delete the databases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the databases |
fn sync()
Sync databases state from GCP
fn list(showDeleted?: boolean, maxPages?: number)
List databases resources
| Argument | Type | Description |
|---|---|---|
| showDeleted? | boolean | If true, also returns deleted resources. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn bulk_delete_documents(collectionIds?: any, namespaceIds?: any)
bulk delete documents
| Argument | Type | Description |
|---|---|---|
| collectionIds? | any | |
| namespaceIds? | any |
fn clone(databaseId?: any, encryptionConfig?: any, pitrSnapshot?: any, tags?: any)
clone
| Argument | Type | Description |
|---|---|---|
| databaseId? | any | |
| encryptionConfig? | any | |
| pitrSnapshot? | any | |
| tags? | any |
fn export_documents(collectionIds?: any, namespaceIds?: any, outputUriPrefix?: any, snapshotTime?: any)
export documents
| Argument | Type | Description |
|---|---|---|
| collectionIds? | any | |
| namespaceIds? | any | |
| outputUriPrefix? | any | |
| snapshotTime? | any |
fn import_documents(collectionIds?: any, inputUriPrefix?: any, namespaceIds?: any)
import documents
| Argument | Type | Description |
|---|---|---|
| collectionIds? | any | |
| inputUriPrefix? | any | |
| namespaceIds? | any |
fn restore(backup?: any, databaseId?: any, encryptionConfig?: any, tags?: any)
restore
| Argument | Type | Description |
|---|---|---|
| backup? | any | |
| databaseId? | any | |
| encryptionConfig? | any | |
| tags? | any |
databases_backupschedules.tsv2026.06.08.1
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| 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. |
| dailyRecurrence? | object | Represents a recurring schedule that runs every day. The time zone is UTC. |
| retention? | string | At what relative time in the future, compared to its creation time, the backup should be deleted, e.g. keep backups for 7 days. The maximum supported retention period is 14 weeks. |
| weeklyRecurrence? | object | The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a backupSchedules
fn get(identifier: string)
Get a backupSchedules
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the backupSchedules |
fn update()
Update backupSchedules attributes
fn delete(identifier: string)
Delete the backupSchedules
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the backupSchedules |
fn sync()
Sync backupSchedules state from GCP
fn list(maxPages?: number)
List backupSchedules resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
databases_collectiongroups_fields.tsv2026.06.08.1
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. |
| indexConfig? | object | Output only. Specifies the resource name of the `Field` from which this field's index configuration is set (when `uses_ancestor_config` is true), or from which it *would* be set if this field had no index configuration (when `uses_ancestor_config` is false). |
| name? | string | Required. A field name of the form: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}` A field path can be a simple field name, e.g. `address` or a path to fields within `map_value`, e.g. `address.city`, or a special field path. The only valid special field is `*`, which represents any field. Field paths can be quoted using `` ` `` (backtick). The only character that must be escaped within a quoted field path is the backtick character itself, escaped using a backslash. Special characters in field paths that must be quoted include: `*`, `.`, `` ` `` (backtick), `[`, `]`, as well as any ascii symbolic characters. Examples: `` `address.city` `` represents a field named `address.city`, not the map key `city` in the field `address`. `` `*` `` represents a field named `*`, not any field. A special `Field` contains the default indexing settings for all fields. This field's resource name is: `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*` Indexes defined on this `Field` will be applied to all fields which do not have their own `Field` index configuration. |
| ttlConfig? | object | Optional. The offset, relative to the timestamp value from the TTL-enabled field, used to determine the document's expiration time. `expiration_offset.seconds` must be between 0 and 2,147,483,647 inclusive. Values more precise than seconds are rejected. If unset, defaults to 0, in which case the expiration time is the same as the timestamp value from the TTL-enabled field. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a fields
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the fields |
fn update()
Update fields attributes
fn sync()
Sync fields state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List fields resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | The filter to apply to list results. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with a filter that includes `indexConfig.usesAncestorConfig:false` or `ttlConfig:*`. |
| pageSize? | number | The number of results to return. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
databases_collectiongroups_indexes.tsv2026.06.08.1
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| 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. |
| apiScope? | enum | The API scope supported by this index. |
| density? | enum | Immutable. The density configuration of the index. |
| fields? | array | Indicates that this field supports operations on `array_value`s. |
| multikey? | boolean | Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with MONGODB_COMPATIBLE_API ApiScope. |
| queryScope? | enum | Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection ID. Indexes with a collection group query scope specified allow queries against all collections descended from a specific document, specified at query time, and that have the same collection ID as this index. |
| searchIndexOptions? | object | Optional. The language to use for text search indexes. Used as the default language if not overridden at the document level by specifying the `text_language_override_field`. The language is specified as a BCP 47 language code. For indexes with MONGODB_COMPATIBLE_API ApiScope: If unspecified, the default language is English. For indexes with `ANY_API` ApiScope: If unspecified, the default behavior is autodetect. |
| shardCount? | number | Optional. The number of shards for the index. |
| unique? | boolean | Optional. Whether it is an unique index. Unique index ensures all values for the indexed field(s) are unique across documents. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a indexes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a indexes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the indexes |
fn delete(identifier: string)
Delete the indexes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the indexes |
fn sync()
Sync indexes state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List indexes resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | The filter to apply to list results. |
| pageSize? | number | The number of results to return. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
databases_documents.tsv2026.06.16.1
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. |
| createTime? | string | Output only. The time at which the document was created. This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the `read_time` of a query. |
| fields? | record | Values in the array. |
| name? | string | The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`. |
| updateTime? | string | Output only. The time at which the document was last changed. This value is initially set to the `create_time` then increases monotonically with each change to the document. It can also be compared to values from other documents and the `read_time` of a query. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a documents
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the documents |
fn update()
Update documents attributes
fn delete(identifier: string)
Delete the documents
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the documents |
fn sync()
Sync documents state from GCP
fn list(mask_fieldPaths?: string, orderBy?: string, pageSize?: number, readTime?: string, showMissing?: boolean, transaction?: string, maxPages?: number)
List documents resources
| Argument | Type | Description |
|---|---|---|
| mask_fieldPaths? | string | The list of field paths in the mask. See Document.fields for a field path syntax reference. |
| orderBy? | string | Optional. The optional ordering of the documents to return. For example: `priority desc, __name__ desc`. This mirrors the `ORDER BY` used in Firestore queries but in a string representation. When absent, documents are ordered based on `__name__ ASC`. |
| pageSize? | number | Optional. The maximum number of documents to return in a single response. Firestore may return fewer than this value. |
| readTime? | string | Perform the read at the provided time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. |
| showMissing? | boolean | If the list should show missing documents. A document is missing if it does not exist, but there are sub-documents nested underneath it. When true, such missing documents will be returned with a key but will not have fields, `create_time`, or `update_time` set. Requests with `show_missing` may not specify `where` or `order_by`. |
| transaction? | string | Perform the read as part of an already active transaction. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn batch_get(documents?: any, mask?: any, newTransaction?: any, readTime?: any, transaction?: any)
batch get
| Argument | Type | Description |
|---|---|---|
| documents? | any | |
| mask? | any | |
| newTransaction? | any | |
| readTime? | any | |
| transaction? | any |
fn batch_write(labels?: any, writes?: any)
batch write
| Argument | Type | Description |
|---|---|---|
| labels? | any | |
| writes? | any |
fn begin_transaction(options?: any)
begin transaction
| Argument | Type | Description |
|---|---|---|
| options? | any |
fn commit(transaction?: any, writes?: any)
commit
| Argument | Type | Description |
|---|---|---|
| transaction? | any | |
| writes? | any |
fn create_document(createTime?: any, fields?: any, name?: any, updateTime?: any)
create document
| Argument | Type | Description |
|---|---|---|
| createTime? | any | |
| fields? | any | |
| name? | any | |
| updateTime? | any |
fn execute_pipeline(autoCommitTransaction?: any, newTransaction?: any, readTime?: any, structuredPipeline?: any, transaction?: any)
execute pipeline
| Argument | Type | Description |
|---|---|---|
| autoCommitTransaction? | any | |
| newTransaction? | any | |
| readTime? | any | |
| structuredPipeline? | any | |
| transaction? | any |
fn list_collection_ids(pageSize?: any, pageToken?: any, readTime?: any)
list collection ids
| Argument | Type | Description |
|---|---|---|
| pageSize? | any | |
| pageToken? | any | |
| readTime? | any |
fn list_documents()
list documents
fn listen(addTarget?: any, labels?: any, removeTarget?: any)
listen
| Argument | Type | Description |
|---|---|---|
| addTarget? | any | |
| labels? | any | |
| removeTarget? | any |
fn partition_query(pageSize?: any, pageToken?: any, partitionCount?: any, readTime?: any, structuredQuery?: any)
partition query
| Argument | Type | Description |
|---|---|---|
| pageSize? | any | |
| pageToken? | any | |
| partitionCount? | any | |
| readTime? | any | |
| structuredQuery? | any |
fn rollback(transaction?: any)
rollback
| Argument | Type | Description |
|---|---|---|
| transaction? | any |
fn run_aggregation_query(explainOptions?: any, newTransaction?: any, readTime?: any, structuredAggregationQuery?: any, transaction?: any)
run aggregation query
| Argument | Type | Description |
|---|---|---|
| explainOptions? | any | |
| newTransaction? | any | |
| readTime? | any | |
| structuredAggregationQuery? | any | |
| transaction? | any |
fn run_query(explainOptions?: any, newTransaction?: any, readTime?: any, structuredQuery?: any, transaction?: any)
run query
| Argument | Type | Description |
|---|---|---|
| explainOptions? | any | |
| newTransaction? | any | |
| readTime? | any | |
| structuredQuery? | any | |
| transaction? | any |
fn write(labels?: any, writes?: any)
write
| Argument | Type | Description |
|---|---|---|
| labels? | any | |
| writes? | any |
databases_usercreds.tsv2026.06.08.1
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. |
| name? | string | Identifier. The resource name of the UserCreds. Format: `projects/{project}/databases/{database}/userCreds/{user_creds}` |
| resourceIdentity? | object | Output only. Principal identifier string. See: https://cloud.google.com/iam/docs/principal-identifiers |
| userCredsId? | string | Required. The ID to use for the user creds, which will become the final component of the user creds's resource name. This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a userCreds
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a userCreds
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the userCreds |
fn delete(identifier: string)
Delete the userCreds
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the userCreds |
fn sync()
Sync userCreds state from GCP
fn list(maxPages?: number)
List userCreds resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn disable()
disable
fn enable()
enable
fn reset_password()
reset password
locations.tsv2026.06.08.1
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| 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. |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync()
Sync locations state from GCP
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) |
04Previous Versions
2026.06.08.2Jun 8, 2026
- Updated: databases, databases_backupschedules, databases_collectiongroups_fields, databases_collectiongroups_indexes, databases_documents, databases_usercreds, locations, backups
2026.06.07.1Jun 7, 2026
- Updated: databases, databases_backupschedules, databases_collectiongroups_fields, databases_collectiongroups_indexes, databases_documents, databases_usercreds, locations, backups
2026.06.03.1Jun 3, 2026
- Updated: databases_collectiongroups_fields, databases_collectiongroups_indexes
2026.05.27.1May 27, 2026
- Updated: databases_documents
2026.05.26.1May 26, 2026
- Updated: databases, databases_collectiongroups_fields, databases_collectiongroups_indexes, locations
2026.05.25.2May 25, 2026
- Updated: databases_backupschedules, databases_usercreds
Modified 8 models
2026.05.24.1May 24, 2026
- Updated: databases, databases_backupschedules, databases_collectiongroups_fields, databases_collectiongroups_indexes, databases_documents, databases_usercreds, locations, backups
2026.05.21.2May 21, 2026
- Updated: databases, databases_backupschedules, databases_collectiongroups_fields, databases_collectiongroups_indexes, databases_documents, databases_usercreds, locations, backups
2026.05.21.1May 21, 2026
2026.05.20.1May 20, 2026
- Updated: databases, databases_collectiongroups_fields, databases_collectiongroups_indexes
2026.05.19.2May 19, 2026
2026.05.19.1May 19, 2026
2026.05.18.2May 18, 2026
2026.05.14.1May 14, 2026
- Updated: databases, databases_collectiongroups_fields, databases_collectiongroups_indexes
2026.05.09.1May 10, 2026
- Updated: databases
2026.05.05.1May 5, 2026
- Updated: databases
2026.05.04.1May 4, 2026
- Updated: databases
2026.05.02.1May 2, 2026
- Updated: databases
2026.04.23.1Apr 23, 2026
05Stats
A
100 / 100
Downloads
0
Archive size
105.9 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