質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -86,7 +86,7 @@
|
|
86
86
|
|
87
87
|
|
88
88
|
|
89
|
-
print(
|
89
|
+
print(testList) //DispatchSemaphoreを使わないと[:]に、使うとたどり着かない
|
90
90
|
|
91
91
|
```
|
92
92
|
|
1
Firestoreの使い方が間違っていたので修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
db.collection("Test").document(value)
|
40
40
|
|
41
|
-
.
|
41
|
+
.getDocument { (document, error) in
|
42
42
|
|
43
43
|
|
44
44
|
|