Recall & Review
beginner
What is Firebase in simple terms?
Firebase is a set of tools and services from Google that helps developers build apps quickly without managing servers.
Click to reveal answer
beginner
Name two Firebase services used for storing data.
Firebase Realtime Database and Cloud Firestore are used to store and sync data in real time.
Click to reveal answer
beginner
What does Firebase Authentication do?
It helps apps sign in users easily using email, phone, or social accounts like Google or Facebook.
Click to reveal answer
beginner
How does Firebase Hosting help your app?
Firebase Hosting provides fast and secure web hosting for your app’s static files like HTML, CSS, and JavaScript.
Click to reveal answer
beginner
What is Firebase Cloud Messaging used for?
It lets you send notifications and messages to users on Android, iOS, and web apps.
Click to reveal answer
Which Firebase service is best for real-time syncing of app data?
✗ Incorrect
Firebase Realtime Database is designed for syncing data instantly across devices.
What does Firebase Authentication NOT provide?
✗ Incorrect
Hosting static websites is done by Firebase Hosting, not Authentication.
Firebase Cloud Messaging is used to:
✗ Incorrect
Cloud Messaging sends notifications and messages to app users.
Which Firebase service helps you deploy your web app quickly?
✗ Incorrect
Firebase Hosting is designed for fast deployment of web apps.
Cloud Firestore differs from Realtime Database by:
✗ Incorrect
Cloud Firestore stores data as documents and collections, offering more advanced querying.
Explain the main Firebase services and their roles in app development.
Think about how each service helps build and run an app.
You got /5 concepts.
Describe how Firebase helps developers avoid managing servers.
Focus on the 'serverless' nature of Firebase services.
You got /5 concepts.