Gets the configuration artifact associated with the specified IosApp.
HTTP request
GET https://firebase.googleapis.com/v1beta1/{name=projects/*/iosApps/*/config}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 The resource name of the App configuration to download, in the format: 
 
 
 
  | 
              
Request body
The request body must be empty.
Response body
Configuration metadata of a single Firebase App for iOS.
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 content of the XML configuration file. A base64-encoded string.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-platform.read-onlyhttps://www.googleapis.com/auth/firebasehttps://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.