回答編集履歴
1
コードの修正
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
|
|