Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 620 Bytes

File metadata and controls

13 lines (8 loc) · 620 Bytes

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.