Skip to content

Firestore Databases

Provider: Google Cloud
Service ID: gcp_firestore_databases
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'gcp_firestore_databases',
    provider: 'gcp',
    region: 'europe-west2',
    source: 'live',
    attributes: ['name', 'type', 'location', 'concurrency_mode', 'delete_protection', 'point_in_time_recovery']
});
</script>

<div data-sd-service="gcp_firestore_databases" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'type', 'location', 'concurrency_mode', 'delete_protection', 'point_in_time_recovery', 'create_time']

All Attributes

Attribute Display Name Format Description
name Database gcp_resource_name From API field: name
type Type status_badge From API field: type
location Location text From API field: locationId
concurrency_mode Concurrency Mode text From API field: concurrencyMode
app_engine_int App Engine text From API field: appEngineIntegrationMode
delete_protection Delete Protection status_badge From API field: deleteProtectionState
point_in_time_recovery PITR status_badge From API field: pointInTimeRecoveryEnablement
uid UID text From API field: uid
create_time Created datetime From API field: createTime
update_time Updated datetime From API field: updateTime
version_retention Version Retention text From API field: versionRetentionPeriod
labels Labels tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name