Firebase Realtime Database Management API

Firebase 即時資料庫管理 API 支援以程式設計方式設定和管理即時資料庫實例。

服務:firebaseddatabase.googleapis.com

若要呼叫此服務,我們建議您使用 Google 提供的用戶端程式庫。如果您的應用程式需要使用您自己的程式庫來呼叫此服務,請在發出 API 請求時使用以下資訊。

發現文件

發現文件是用於描述和使用 REST API 的機器可讀規格。它用於建立客戶端庫、IDE 插件以及與 Google API 互動的其他工具。一項服務可能會提供多個發現文件。該服務提供以下發現文件:

服務端點

服務端點是指定 API 服務的網路位址的基本 URL。一項服務可能有多個服務端點。本服務具有以下服務端點,且以下所有 URI 均與該服務端點相關:

  • https://firebasedatabase.googleapis.com

REST 資源: v1beta.projects.locations.instances

方法
create POST /v1beta/{parent=projects/*/locations/*}/instances
請求建立一個新的DatabaseInstance
delete DELETE /v1beta/{name=projects/*/locations/*/instances/*}
標記要刪除的DatabaseInstance
disable POST /v1beta/{name=projects/*/locations/*/instances/*}:disable
停用DatabaseInstance
get GET /v1beta/{name=projects/*/locations/*/instances/*}
取得由指定資源名稱識別的DatabaseInstance
list GET /v1beta/{parent=projects/*/locations/*}/instances
列出與指定父項目關聯的每個DatabaseInstance
reenable POST /v1beta/{name=projects/*/locations/*/instances/*}:reenable
啟用DatabaseInstance
undelete POST /v1beta/{name=projects/*/locations/*/instances/*}:undelete
恢復先前標記為已刪除的DatabaseInstance