[Firebase] Review Firebase API
Updated:
∙ Firebase
• How to use Firebase ?
-
app
initializeApp(<firebaseConfig>)
-
auth
-
getAuth(<App>) -
getFirestore(<App>) -
getStorage(<App>) -
signInWithPopup(auth, provider, resolver) -
GoogleAuthProvider -
GithubAuthProvider() -
createUserWithEmailAndPassword(auth, email, password) -
signInWithEmailAndPassword() -
onAuthStateChanged -
updateProfile
-
-
firestore
-
doc -
collection -
addDoc -
deleteDoc -
updateDoc
-
-
fireStorage
-
ref -
getDownloadURL -
uploadString -
deleteObject
-