Method: projects.getRemoteConfig

取得專案的遠端設定範本和相關聯的 ETag 標頭。傳回要求的 RemoteConfig 做為酬載,並將 ETag 做為回應標頭。

HTTP 要求

GET https://firebaseremoteconfig.googleapis.com/v1/{project=projects/*}/remoteConfig

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
project

string

執行個體類型,Firebase 專案的專案 ID 或專案編號,開頭是「projects/」。

查詢參數

參數
versionNumber

string (int64 format)

選用設定。要查詢的 RemoteConfig 版本編號。如未指定,系統會傳回最新的 RemoteConfig。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會包含 RemoteConfig 的執行個體。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/firebase.remoteconfig
  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱驗證總覽