Method: projects.getRemoteConfig

获取项目的 Remote Config 模板和关联的 eSIM 卡标头。返回请求的 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

如需了解详情,请参阅身份验证概览