To get this running locally
- Fork this repo to have it in your git repositories
- Clone that new project to your computer.
- Go to Firebase and create a new project (or use an exising one) and download your credentials from there and save it as "credentials.json" where the index.js file is (the "root" of your project)
- now run
gcloud config set project Your-Project-Name-Here
obviously replace "Your-Project-Name-Here" with a project name in your firebase or google cloud - run
gcloud app deploy
to push it live as a "google app engine app" - Celebrate 🎉 as you now have an app in google app engine like all the big girls and boys