回答編集履歴

1

print 文を追加

2021/06/02 18:51

投稿

hoshi-takanori
hoshi-takanori

スコア7895

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!,