回答編集履歴
1
print 文を追加
test
CHANGED
@@ -56,6 +56,8 @@
|
|
56
56
|
|
57
57
|
+ let ref = self.db.collection("todo").document()
|
58
58
|
|
59
|
+
+ print(ref.documentID)
|
60
|
+
|
59
61
|
+ ref.setData([
|
60
62
|
|
61
63
|
"todoTitle": myTodo.todoTitle!,
|