Firebase Realtime Database Management API
Stay organized with collections
Save and categorize content based on your preferences.
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-provided client 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
A Discovery 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
A service 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
Methods |
create |
POST /v1beta/{parent=projects/*/locations/*}/instances
Requests that a new DatabaseInstance be created. |
delete |
DELETE /v1beta/{name=projects/*/locations/*/instances/*}
Marks a DatabaseInstance to be deleted. |
disable |
POST /v1beta/{name=projects/*/locations/*/instances/*}:disable
Disables a DatabaseInstance . |
get |
GET /v1beta/{name=projects/*/locations/*/instances/*}
Gets the DatabaseInstance identified by the specified resource name. |
list |
GET /v1beta/{parent=projects/*/locations/*}/instances
Lists each DatabaseInstance associated with the specified parent project. |
reenable |
POST /v1beta/{name=projects/*/locations/*/instances/*}:reenable
Enables a DatabaseInstance . |
undelete |
POST /v1beta/{name=projects/*/locations/*/instances/*}:undelete
Restores a DatabaseInstance that was previously marked to be deleted. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-06-14 UTC.
[null,null,["Last updated 2022-06-14 UTC."],[],[],null,["# Firebase Realtime Database Management API\n\nThe Firebase Realtime Database Management API enables programmatic provisioning and management of Realtime Database instances.\n\nService: firebasedatabase.googleapis.com\n----------------------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) 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:\n\n- \u003chttps://firebasedatabase.googleapis.com/$discovery/rest?version=v1beta\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_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:\n\n- `https://firebasedatabase.googleapis.com`\n\nREST Resource: [v1beta.projects.locations.instances](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances)\n------------------------------------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [create](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/create) | `POST /v1beta/{parent=projects/*/locations/*}/instances` Requests that a new [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance) be created. |\n| [delete](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/delete) | `DELETE /v1beta/{name=projects/*/locations/*/instances/*}` Marks a [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance) to be deleted. |\n| [disable](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/disable) | `POST /v1beta/{name=projects/*/locations/*/instances/*}:disable` Disables a [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance). |\n| [get](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/get) | `GET /v1beta/{name=projects/*/locations/*/instances/*}` Gets the [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance) identified by the specified resource name. |\n| [list](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/list) | `GET /v1beta/{parent=projects/*/locations/*}/instances` Lists each [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance) associated with the specified parent project. |\n| [reenable](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/reenable) | `POST /v1beta/{name=projects/*/locations/*/instances/*}:reenable` Enables a [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance). |\n| [undelete](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/undelete) | `POST /v1beta/{name=projects/*/locations/*/instances/*}:undelete` Restores a [DatabaseInstance](/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances#DatabaseInstance) that was previously marked to be deleted. |"]]