質問編集履歴

2

誤字

2020/12/17 10:16

投稿

abc1222
abc1222

スコア24

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
 
88
88
 
89
- print(circleList) //DispatchSemaphoreを使わないと[:]に、使うとたどり着かない
89
+ print(testList) //DispatchSemaphoreを使わないと[:]に、使うとたどり着かない
90
90
 
91
91
  ```
92
92
 

1

Firestoreの使い方が間違っていたので修正しました。

2020/12/17 10:16

投稿

abc1222
abc1222

スコア24

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  db.collection("Test").document(value)
40
40
 
41
- .addSnapshotListener {document, error in
41
+ .getDocument { (document, error) in
42
42
 
43
43
 
44
44