শুধুমাত্র আউটপুট। উদাহরণ বিন্যাস: বৈশিষ্ট্য/1234/firebaseLinks/5678
project
string
অপরিবর্তনীয়। ফায়ারবেস প্রকল্প সম্পদের নাম। একটি FirebaseLink তৈরি করার সময়, আপনি একটি প্রকল্প নম্বর বা প্রকল্প আইডি ব্যবহার করে এই সম্পদের নাম প্রদান করতে পারেন। একবার এই সংস্থানটি তৈরি হয়ে গেলে, ফেরত দেওয়া FirebaseLinks-এ সর্বদা একটি প্রকল্প_নাম থাকবে যাতে একটি প্রকল্প নম্বর থাকে।
শুধুমাত্র আউটপুট। যখন এই FirebaseLinkটি মূলত তৈরি করা হয়েছিল।
RFC 3339 ব্যবহার করে, যেখানে উৎপন্ন আউটপুট সর্বদা Z-সাধারণ করা হবে এবং 0, 3, 6 বা 9 ভগ্নাংশ সংখ্যা ব্যবহার করে। "Z" ব্যতীত অন্যান্য অফসেটগুলিও গ্রহণ করা হয়। উদাহরণ: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" বা "2014-10-02T15:01:23+05:30" ।
[[["সহজে বোঝা যায়","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-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["FirebaseLink connects a GA4 property and a Firebase project, allowing data sharing and integration."],["Developers can create, delete, and list FirebaseLinks using the provided methods."],["FirebaseLinks have a JSON representation containing `name`, `project`, and `createTime` fields."],["`project` field can be specified using either a project number or project ID during creation."],["`createTime` is recorded in RFC3339 UTC \"Zulu\" format, including nanosecond resolution."]]],["A FirebaseLink connects a Google Analytics property to a Firebase project. It's represented in JSON with fields for `name`, `project`, and `createTime`. The `project` field, which is immutable, can use either project number or ID. `createTime` displays the link's creation time. Key actions include `creating` a link, `deleting` it, and `listing` existing links within a property. The format for creating, deleting, or listing is provided within the links.\n"]]