지정된 AndroidApp
와 연결된 구성 아티팩트를 가져옵니다.
HTTP 요청
GET https://firebase.googleapis.com/v1beta1/{name=projects/*/androidApps/*/config}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 | |
---|---|
name |
다운로드할
|
요청 본문
요청 본문은 비어 있어야 합니다.
응답 본문
요청이 성공하면 응답 본문에 다음과 같은 구조의 데이터가 포함됩니다.
Android용 단일 Firebase 앱의 구성 메타데이터입니다.
JSON 표현 |
---|
{ "configFilename": string, "configFileContents": string } |
필드 | |
---|---|
configFilename |
일반적으로 |
configFileContents |
JSON 구성 파일의 콘텐츠입니다. base64 인코딩 문자열입니다. |
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
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
자세한 내용은 인증 개요를 참조하세요.