質問編集履歴

1

変更

2019/05/27 08:19

投稿

nakamu
nakamu

スコア82

test CHANGED
File without changes
test CHANGED
@@ -146,25 +146,7 @@
146
146
 
147
147
 
148
148
 
149
- // if self.createFlg { return }
150
149
 
151
-
152
-
153
- // self.db.collection("privateChat").document(self.chatId).getDocument { (document, error) in
154
-
155
- // if let document = document, document.exists {
156
-
157
- // self.createFlg = true
158
-
159
- // print("ルーム作成")
160
-
161
- // } else {
162
-
163
- // print("Document does not exist")
164
-
165
- // }
166
-
167
- // }
168
150
 
169
151
  default:
170
152