/gae-firebase-server

Simple boilerplate for a firebase server on google app engine

Primary LanguageJavaScript

Simple Firebase Node.js sample for Google App Engine

This sample demonstrates a tiny Firebase Node.js app for Google App Engine Flexible Environment.

Getting started

Go to (change [your-project] to your project name) https://console.firebase.google.com/project/[your-project]/settings/serviceaccounts/adminsdk and click on "Generate new private key". Add the downloaded file in place of sample-firebase-config.json and references it at the top of app.js

Running locally

Refer to the appengine/README.md file for instructions on running and deploying.