Skip to main content

Firebase ↔ Google BaaS to manage cloud db/storage infra

Firebase Concepts

key terms specific to firebase

Cloud Firestore

Firestore's doc-oriented db with flexible access patterns

Cloud Function

Emulator

firebase-tools

Firebase CLI Dev tool npm

Firebase SDK

import { get_Service} from "firebase/_FIREBASE_SERVICE". v9.0.0

Firestore

References

  1. Firebase Project ↔ container for Firebase apps & services with UID

  2. Firebase App ↔ cloud apps run on Firebase & individually connect to Firebase Project

  3. Firebase Console ↔ online UI to manage Firebase

  4. Firebase CLIfirebase-tools CLI Dev tool to manage Firebase from Terminal - run as .exe or npm -g Machine Code

  5. firebase.jsonManifest to list asset/setting to deploy Firebase

  6. initializeApp() ↔ getter to init Firebase App instance via config object to connect to Firebase Backend

  7. onAuthStateChanged() ↔ to trigger Callback on auth state changed (on Firebase Backend)

  8. Firebase AuthenticationFirebase service for client-side Auth