質問編集履歴

1

コメントアウトの削除

2022/04/01 13:36

投稿

knj
knj

スコア37

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,6 @@
22
22
 
23
23
  Snapshot.forEach((doc) => {
24
24
  if(doc.exists()) {
25
- // 回答済み
26
25
  console.log(doc.id)
27
26
  console.log('データあるよ')
28
27
  } else {