質問編集履歴
1
collectionをわかりやすく修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
firebase
|
20
20
|
.firestore()
|
21
|
-
.collection("
|
21
|
+
.collection("items")
|
22
22
|
.get()
|
23
23
|
.then(function(querySnapshot) {
|
24
24
|
querySnapshot.forEach(function(doc) {
|