AI Workshop: learn to build apps with AI →
Firebase
Firebase is a Google platform for building web and mobile applications with hosting, databases, and more.

Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.


Firebase is Google’s platform for building mobile and web applications. It provides a suite of tools including hosting, real-time databases, authentication, and cloud functions, all designed to help you build apps quickly without managing your own infrastructure.

In this unit, you’ll learn how to use key Firebase services. We’ll cover Firebase Hosting for deploying static sites and web apps, and Firestore, Firebase’s flexible NoSQL database for storing and syncing data in real-time.

Firebase is particularly popular for rapid prototyping and for applications that need real-time data synchronization, like chat apps or collaborative tools.

Lessons in this unit:

0: ▶︎ Introduction
1: How to start with Firebase Hosting
2: How to use Firebase Firestore as your database