我正在制作一个简单的Instagram克隆,其中有一个页面供用户发布图片,另一个页面用于查看其他用户发布的图片。在Cloud Firestore中,我有一个collection of Users,我不知道该如何存储这些图片。我的collection of posts应该与collection of users级别相同,还是每个User document都指向一个sub-collection of posts?我觉得让每个User Document指向一个Sub-Collection of Posts对于D