質問編集履歴

1

説明文一部修正いたしました。

2020/09/21 14:21

投稿

kee4234
kee4234

スコア23

test CHANGED
@@ -1 +1 @@
1
- [SWIFT]FirebaseのStorageに値を保存してからそのURLをCloudFirestoreに保存したい
1
+ [SWIFT]FirebaseのStorageに画像と動画の値を保存してからそのURLをCloudFirestoreに保存したい
test CHANGED
@@ -128,7 +128,7 @@
128
128
 
129
129
  dispatchGroup.notify(queue: .main) { [self] in
130
130
 
131
- if CardData.cardName != nil,CardData.cardMail != nil, CardData.cardImage != nil,CardData.cardMovie != nil {
131
+ if nameTextField.text != nil,mailTextField.text != nil, imagePath != nil, moviePath != nil {
132
132
 
133
133
  db.collection(CardData.collectionname).addDocument(data: [
134
134