Skip to main content

@swamp/gcp/firebasedatabase

v2026.04.23.1

Google Cloud firebasedatabase infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudfirebasedatabasecloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

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/firebasedatabase

@swamp/gcp/firebasedatabase/instancesv2026.04.23.1instances.ts

Global Arguments

ArgumentTypeDescription
name?stringThe fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
type?enumImmutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
databaseId?stringThe globally unique identifier of the database instance.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a instances
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
getGet a instances
ArgumentTypeDescription
identifierstringThe name of the instances
deleteDelete the instances
ArgumentTypeDescription
identifierstringThe name of the instances
syncSync instances state from GCP
disabledisable
reenablereenable
undeleteundelete

Resources

state(infinite)— Representation of a Realtime Database instance. Details on interacting with c...