Skip to content

Firebase quiz

Evaluate Firebase knowledge across Auth, Realtime Database, Firestore, rules, and hosting.

Backend · About 3 minutes

Which Firebase feature manages user sign-in?

Exit quiz

Question 1 of 5

Firebase quiz questions and answers

Review all 5 questions at your own pace. Open each answer to see the correct response and a concise explanation of the concept.

Topics covered

  • Authentication
  • Firestore
  • Security rules
  • Hosting
  • Cloud functions

Which Firebase feature manages user sign-in?

Correct answer

Firebase Authentication

Firebase Authentication supports email, phone, social providers, and custom auth flows.

What do Firebase security rules control?

Correct answer

Who can read and write data

Rules protect Firestore, Realtime Database, and Storage based on auth and data conditions.

Which Firebase database syncs JSON data in real time?

Correct answer

Realtime Database

Realtime Database stores JSON-like data and pushes live updates to connected clients.

What is Cloud Functions for Firebase used for?

Correct answer

Running backend code on events or HTTP requests

Cloud Functions execute server-side logic triggered by Firebase events or requests.

What is a common Firebase performance mistake?

Correct answer

Reading too much nested data at once

Broad reads can download large data trees and slow down apps.

Build something great with a Firebase expert.

Need a teammate, not a test?