This repository contains sample code for some videos on the Firebase YouTube channel.
This is an expense tracker web app used in the "Firebase Codealong: Build and Manage a Web App" video series. Feel free to clone to follow along.
We make this code available as-is.
git clone https://github.com/FirebaseExtended/expense-tracker
cd expense-tracker
If you want to use the finished code, you will have to do the following before it'll work:
- In
firebase/firebase.js
, findfirebaseConfig
and update the variable with your project configuration. - In
firebase/storage.js
, findBUCKET_URL
and set it to thestorageBucket
from yourfirebaseConfig
variable. npm install
in the home directory ("home directory" being any folder inside expense-tracker, ieexpense-tracker/mvp
) as well as the functions folder (if there is one).
The contents of this repository are licensed under the Apache License, version 2.0.