質問編集履歴

2

変更

2018/07/14 07:16

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -124,11 +124,11 @@
124
124
 
125
125
 
126
126
 
127
- let proff = Prof1(userName: userNameField.text!, hoge: hoge.text!, hogehoge: hogehoge.text!, huga: huga.text!)
127
+ let aaa1 = aaa(userName: userNameField.text!, hoge: hoge.text!, hogehoge: hogehoge.text!, huga: huga.text!)
128
128
 
129
129
 
130
130
 
131
- db.collection().document().setData(proff.dictionary)...
131
+ db.collection().document().setData(aaa1.dictionary)...
132
132
 
133
133
 
134
134
 

1

変更

2018/07/14 07:16

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- dictionaryの要素1つ取得したいです。
1
+ dictionaryの要素1つだけ 取得したいです。
test CHANGED
@@ -118,6 +118,8 @@
118
118
 
119
119
  コード②
120
120
 
121
+
122
+
121
123
  ...省略
122
124
 
123
125