Skip to content

Instantly share code, notes, and snippets.

@jthegedus
Last active October 9, 2017 14:37
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/0410b7817ca543699f819a2dc21316a9 to your computer and use it in GitHub Desktop.
Save jthegedus/0410b7817ca543699f819a2dc21316a9 to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - GraphQL Server - /functionsES6/package.json
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
"apollo-server-express": "^1.1.3",
"body-parser": "^1.18.2",
"express": "^4.16.1",
"firebase-admin": "^5.4.1",
"firebase-functions": "^0.7.0",
"graphql": "^0.11.7",
"graphql-tools": "^2.2.1"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment