This repo contains sample code for use with my talk "Building a backend for your app with Firebase".
This talk walks through how to migrate a simple web application to Firebase, including:
- Hosting it on Firebase Hosting
- Authenticating users with Firebase Auth
- Working with data in Firestore
- Using a Firebase Function to move functions server side
- Exposing a Firebase Function as a Restful Web Service