[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-14(UTC)"],[[["Lists FirebaseLinks on a Google Analytics 4 property, with properties having at most one FirebaseLink."],["Allows you to retrieve and paginate through FirebaseLinks using the `GET` method and query parameters like `pageSize` and `pageToken`."],["The API response includes a list of FirebaseLinks (maximum one) and a `nextPageToken` for pagination, although currently only one FirebaseLink is supported per property."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."]]],["This document details how to retrieve FirebaseLinks associated with a property using a `GET` request. The request URL uses `properties/{property_id}/firebaseLinks`, where `property_id` is a required path parameter. Optional query parameters include `pageSize` (max 200) and `pageToken` for pagination. The request body is empty. The response includes a list named `firebaseLinks`, which is expected to have at most one link. Also it returns an empty string `nextPageToken`. Authentication requires `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]