[[["わかりやすい","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-09-04 UTC。"],[],[],null,["# Structure data\n==============\n\nRemember, when you structure your data in Firestore, you\nhave a few different options:\n\n- Documents\n- Multiple collections\n- Subcollections within documents\n\nConsider the advantages of each option as they\nrelate to your use case. A few example structures for hierarchical data\nare outlined in this guide.\n\n\u003cbr /\u003e\n\n### Nested data in documents\n\nYou can nest complex objects like arrays or maps within documents.\n\n### Subcollections\n\nYou can create collections within documents when you have data that might expand\nover time.\n\n### Root-level collections\n\nCreate collections at the root level of your database to organize disparate data\nsets.\n\nVideos\n------\n\nTo learn more, see the following videos:"]]