Vue.js: Cannot retrieve data from cloud firestore
问题 I created the database on cloud firestore, and the collection name is products. Now I want to retrieve all the resources in my collection. I have already created 12 products in my database. But in my vue-devtool, I cannot see any array. How can I retrieve the data from cloud firestore? Here is my vue.js code. <template> <h3 class="d-inline-block">Products list</h3> <div class="product-test"> <div class="form-group"> <input type="text" placeholder="Product name" v-model="product.name" class=