Skip to content

Instantly share code, notes, and snippets.

@jthegedus
Last active October 9, 2017 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthegedus/1748b42d760115cc913f3f6bc3ce7a56 to your computer and use it in GitHub Desktop.
Save jthegedus/1748b42d760115cc913f3f6bc3ce7a56 to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - ES6 example functionsES6/package.json
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
"firebase-admin": "^5.4.1",
"firebase-functions": "^0.7.0"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment