标签: vue.js google-cloud-firestore
我有一组用户,每个用户都有一些字段和一个名为 MyButton 的 subcollection。我可以从集合中获取数据,但无法从同一个组件中的集合和子集合中获取数据。我可以在同一个组件中进行多个查询,还是应该创建不同的组件并在单独的视图中显示它们?我尝试制作不同的组件,但它不起作用,因为我使用了 shoplist。 enter image description here
MyButton
subcollection
shoplist
enter image description here
.where("username", "==", this.$route.params.username)