App Lab logo

Firebase Workshop

Firebase is a backend replacement produced by Google which helps developers write fully featured web apps without having to handle things like databases and authentication directly. This workshop deals with the basics of using firebase

Overview

The workshop deals with the two most fundemental parts of Firebase, Firestore and Authentication, using a simple todo app in pure javascript. By the end of the tutorial, we’ll have an app that automatically syncs across devices, stores todo information, and only allows users to access their own todos.