質問編集履歴

1

コードを追記しました。

2018/06/26 01:25

投稿

cshintaku
cshintaku

スコア34

test CHANGED
File without changes
test CHANGED
@@ -72,15 +72,23 @@
72
72
 
73
73
  print("エラー")
74
74
 
75
- }
76
-
77
75
  }
78
76
 
79
77
  }
80
78
 
81
79
  }
82
80
 
81
+ ref.child(PrefManager.userID).setValue([
82
+
83
+ "uid": PrefManager.userID,
84
+
85
+ "imagekey": imageKey
86
+
87
+ ])
88
+
83
-   }
89
+ }
90
+
91
+ }
84
92
 
85
93
  ```
86
94