Firebase Remote Config API

The Firebase Remote Config API lets developers change the behavior and appearance of their apps without requiring users to download an app update. It is an alternative to, but can be used in tandem with, the Firebase console at https://console.firebase.google.com.

Service: firebaseremoteconfig.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.

REST Resource: v1.projects

Methods
getRemoteConfig GET /v1/{project=projects/*}/remoteConfig
Get a project's Remote Config template and associated ETag header.
updateRemoteConfig PUT /v1/{project=projects/*}/remoteConfig
Publish a project's Remote Config template.

REST Resource: v1.projects.namespaces

Methods
get GET /v1/{name=projects/*/namespaces/*}
Gets a namespace object by name.
getRemoteConfig GET /v1/{name=projects/*/namespaces/*/remoteConfig}
Get a project's Remote Config template and associated ETag header.
list GET /v1/{parent=projects/*}/namespaces
Lists all available namespaces for a given Firebase project.
updateRemoteConfig PUT /v1/{name=projects/*/namespaces/*/remoteConfig}
Publish a project's Remote Config template.

REST Resource: v1.projects.namespaces.experiments

Methods
delete DELETE /v1/{name=projects/*/namespaces/*/experiments/*}
Delete an experiment.
get GET /v1/{name=projects/*/namespaces/*/experiments/*}
Get information about an existing experiment.
list GET /v1/{parent=projects/*/namespaces/*}/experiments
List all experiments for a project.

REST Resource: v1.projects.namespaces.remoteConfig

Methods
downloadDefaults GET /v1/{name=projects/*/namespaces/*/remoteConfig}:downloadDefaults
Get a project's current Remote Config template parameters and default values in JSON, property list (plist), or XML format.
listVersions GET /v1/{parent=projects/*/namespaces/*/remoteConfig}:listVersions
Get a list of Remote Config template versions that have been published, sorted in reverse chronological order.
rollback POST /v1/{name=projects/*/namespaces/*/remoteConfig}:rollback
Roll back a project's published Remote Config template to the one specified by the provided version number.

REST Resource: v1.projects.namespaces.rollouts

Methods
delete DELETE /v1/{name=projects/*/namespaces/*/rollouts/*}
Delete a rollout experiment.
get GET /v1/{name=projects/*/namespaces/*/rollouts/*}
Get details about a rollout experiment.
list GET /v1/{parent=projects/*/namespaces/*}/rollouts
Get a list of all rollouts for a project.

REST Resource: v1.projects.remoteConfig

Methods
downloadDefaults GET /v1/{project=projects/*}/remoteConfig:downloadDefaults
Get a project's current Remote Config template parameters and default values in JSON, property list (plist), or XML format.
listVersions GET /v1/{project=projects/*}/remoteConfig:listVersions
Get a list of Remote Config template versions that have been published, sorted in reverse chronological order.
rollback POST /v1/{project=projects/*}/remoteConfig:rollback
Roll back a project's published Remote Config template to the one specified by the provided version number.