回答編集履歴

1

コードの修正

2019/10/25 07:57

投稿

hayabusabusash
hayabusabusash

スコア767

test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  self.NameLabel.text = uid
26
26
 
27
- self.NameLabel.text = document.data()["user_name"]
27
+ self.NameLabel.text = document.data()["user_name"] as? String ?? ""
28
28
 
29
29
  }
30
30