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.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. |