├── .gitignore ├── README.md ├── app.js ├── package.json └── serviceAccountKey.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wahengchang/nodejs-firebase-example/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wahengchang/nodejs-firebase-example/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wahengchang/nodejs-firebase-example/HEAD/app.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wahengchang/nodejs-firebase-example/HEAD/package.json -------------------------------------------------------------------------------- /serviceAccountKey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wahengchang/nodejs-firebase-example/HEAD/serviceAccountKey.json --------------------------------------------------------------------------------