Gets the configuration artifact associated with the specified AndroidApp.
HTTP request
GET https://firebase.googleapis.com/v1beta1/{name=projects/*/androidApps/*/config}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 The resource name of the  
 
 
 
 | 
Request body
The request body must be empty.
Response body
Configuration metadata of a single Firebase App for Android.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| { "configFilename": string, "configFileContents": string } | 
| Fields | |
|---|---|
| config | 
 The filename that the configuration artifact for the  | 
| config | 
 The contents of the JSON configuration file. A base64-encoded string. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/cloud-platform.read-only
- https://www.googleapis.com/auth/firebase
- https://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.