Cloud Firestore Database
Utilize Cloud Firestore, a NoSQL document database, to store and synchronize data in real-time across all connected clients.
What is Cloud Firestore?
Welcome to Cloud Firestore! It's a flexible, scalable NoSQL document database for mobile, web, and server development from Firebase.
It keeps your data in sync across client apps in real-time and offers offline support, making it great for responsive apps.
How Data is Organized
Firestore stores data in documents, which are like JSON objects. Documents are organized into collections, which are containers for documents.
- Collections: Groups of documents.
- Documents: Key-value pairs (fields) that can contain subcollections.
- Fields: The actual data points within a document.
All lessons in this course
- Firebase Setup & Auth
- Cloud Firestore Database
- Cloud Storage & Functions
- Firebase Cloud Messaging & Notifications