0
0
Firebasecloud~5 mins

Why Firestore is Firebase's primary database - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What is Firestore in Firebase?
Firestore is a cloud-hosted NoSQL database that stores data in documents and collections. It syncs data in real-time across devices.
Click to reveal answer
beginner
Why does Firestore support real-time updates?
Firestore uses real-time listeners that notify apps instantly when data changes, making apps responsive and interactive.
Click to reveal answer
intermediate
How does Firestore handle offline support?
Firestore caches data locally on devices, so apps can read and write data even without internet. Changes sync automatically when back online.
Click to reveal answer
intermediate
What makes Firestore scalable for apps?
Firestore automatically scales to handle large amounts of data and many users without manual setup, thanks to Google's cloud infrastructure.
Click to reveal answer
advanced
Why is Firestore preferred over Firebase Realtime Database?
Firestore offers richer querying, better structure with documents and collections, stronger security rules, and more robust offline support.
Click to reveal answer
What type of database is Firestore?
ANoSQL document database
BRelational SQL database
CFile storage system
DIn-memory cache
How does Firestore keep app data updated in real-time?
ABy using real-time listeners
BBy polling the server every minute
CBy manual refresh only
DBy sending email alerts
What happens when a device using Firestore goes offline?
AApp stops working completely
BApp switches to a backup database
CData is lost until reconnect
DData is cached locally and syncs when online
Which feature helps Firestore handle many users and large data?
AFixed storage size
BManual server setup
CAutomatic scaling on Google Cloud
DLimited user connections
Compared to Firebase Realtime Database, Firestore offers:
ALess security options
BRicher queries and better offline support
COnly simple key-value storage
DNo real-time updates
Explain why Firestore is Firebase's primary database.
Think about what makes an app responsive, reliable, and secure.
You got /5 concepts.
    Describe how Firestore supports app functionality when internet is unavailable.
    Consider how apps keep working without connection.
    You got /3 concepts.