Slide 36
Slide 36 text
会員登録・ログイン
画像動画のやり取り
データの読み書き
db.collection("users").document().setData(["name": "minami"])
db.collection("users").document("0123").getDocument {}
let riversRef = storage.reference().child("images/rivers.jpg")
riversRef.putData(data, metadata: nil) {}
Auth.auth().createUser(withEmail: email, password: password) {}
Auth.auth().signIn(withEmail: email, password: password) {} 36
データベース
https://firebase.google.com/docs/firestore
画像ストレージ
https://firebase.google.com/docs/storage
ユーザー認証
https://firebase.google.com/docs/auth