[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-04-03 UTC。"],[[["Firestore data can be structured using documents, multiple collections, or subcollections within documents, each with their own advantages."],["Nesting data within documents is suitable for simple, fixed lists, but it can impact performance with large or growing lists."],["Subcollections are ideal for data that expands over time, offering full query capabilities and preventing the parent document from growing in size."],["Root-level collections are beneficial for many-to-many relationships and provide robust querying within each collection, however retrieving hierarchical data might become complex as the database scales."]]],[]]