What is Firebase?
A Google platform providing backend services like authentication, databases, and hosting for web and mobile apps.
Why It Matters
Firebase lets you build and launch apps quickly without building backend infrastructure from scratch.
Real-World Example
Using Firebase Authentication for user login and Firestore for the database in a mobile app.
“Understanding terms like Firebase matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
Supabase
An open-source alternative to Firebase that provides a PostgreSQL database, authentication, and real-time features.
BaaS (Backend as a Service)
A cloud service that provides ready-made backend features like databases, authentication, and file storage.
GCP
Google Cloud Platform, Google's cloud computing services competing with AWS
Authentication
The process of verifying who someone is, usually through a username and password
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Authentication
The process of verifying who someone is, usually through a username and password
GCP
Google Cloud Platform, Google's cloud computing services competing with AWS
Supabase
An open-source alternative to Firebase that provides a PostgreSQL database, authentication, and real-time features.
BaaS (Backend as a Service)
A cloud service that provides ready-made backend features like databases, authentication, and file storage.
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
Serverless
A way to run code without managing your own servers, where the cloud provider handles everything