0
0
Firebasecloud~5 mins

Firebase services overview - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AFirebase Cloud Messaging
BFirebase Hosting
CFirebase Authentication
DFirebase Realtime Database
What does Firebase Authentication NOT provide?
AHosting static websites
BUser sign-in management
CSocial login support
DEmail and password login
Firebase Cloud Messaging is used to:
AStore user data securely
BSend notifications to users
CHost web apps
DAuthenticate users
Which Firebase service helps you deploy your web app quickly?
AFirebase Hosting
BFirebase Cloud Functions
CFirebase Realtime Database
DFirebase Authentication
Cloud Firestore differs from Realtime Database by:
ANot supporting real-time updates
BHandling user authentication
CBeing a NoSQL document database
DOnly working on Android
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.