Chỉ có đầu ra. Định dạng ví dụ: properties/1234/firebaseLinks/5678
project
string
Không thể thay đổi. Tên tài nguyên dự án Firebase. Khi tạo FirebaseLink, bạn có thể cung cấp tên tài nguyên này bằng số dự án hoặc mã dự án. Sau khi tài nguyên này được tạo, FirebaseLinks được trả về sẽ luôn có project_name chứa số dự án.
Định dạng: "projects/{project number}" Ví dụ: "projects/1234"
Chỉ có đầu ra. Thời gian tạo FirebaseLink ban đầu.
Sử dụng RFC 3339, trong đó đầu ra được tạo sẽ luôn được chuẩn hoá theo Z và sử dụng 0, 3, 6 hoặc 9 chữ số thập phân. Các độ dời khác ngoài "Z" cũng được chấp nhận. Ví dụ: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" hoặc "2014-10-02T15:01:23+05:30".
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-04-02 UTC."],[[["FirebaseLink establishes a connection between a Google Analytics 4 (GA4) property and a Firebase project."],["It's characterized by attributes like `name`, `project`, and `createTime`, with the `project` field designating the linked Firebase project."],["Key operations include creating, deleting, and listing FirebaseLinks associated with a GA4 property."],["`createTime` denotes the FirebaseLink's creation timestamp in RFC3339 UTC \"Zulu\" format."]]],["FirebaseLinks connect Google Analytics properties to Firebase projects. They are represented in JSON with fields like `name`, `project`, and `createTime`, with the project specified by its number or ID. Key actions include creating, deleting, and listing FirebaseLinks. Creating a link requires providing the project resource name. Listing, deleting and creating links can be done through their respective methods. The time of the link's creation is provided in a timestamp format.\n"]]