Last active
October 9, 2017 13:31
-
-
Save jthegedus/1748b42d760115cc913f3f6bc3ce7a56 to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - ES6 example functionsES6/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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