Firebase Realtime Database Management API

The Firebase Realtime Database Management API enables programmatic provisioning and management of Realtime Database instances.

Service: firebasedatabase.googleapis.com

To call this service, we recommend that you use the Google-providedclient libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

ADiscovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

Aservice endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://firebasedatabase.googleapis.com

REST Resource:v1beta.projects.locations.instances

Methods
createPOST /v1beta/{parent=projects/*/locations/*}/instances
Requests that a newDatabaseInstance be created.
deleteDELETE /v1beta/{name=projects/*/locations/*/instances/*}
Marks aDatabaseInstance to be deleted.
disablePOST /v1beta/{name=projects/*/locations/*/instances/*}:disable
Disables aDatabaseInstance.
getGET /v1beta/{name=projects/*/locations/*/instances/*}
Gets theDatabaseInstance identified by the specified resource name.
listGET /v1beta/{parent=projects/*/locations/*}/instances
Lists eachDatabaseInstance associated with the specified parent project.
reenablePOST /v1beta/{name=projects/*/locations/*/instances/*}:reenable
Enables aDatabaseInstance.
undeletePOST /v1beta/{name=projects/*/locations/*/instances/*}:undelete
Restores aDatabaseInstance that was previously marked to be deleted.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-06-14 UTC.