Created
July 17, 2017 15:11
-
-
Save azzeddineCH/e4d3efd4c03ff0db2a4002330761a7e2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var functions = require('firebase-functions'); | |
const gcs = require('@google-cloud/storage')({ | |
keyFilename: "chatme-30a53-firebase-adminsdk-spbrj-95b05f5e2e-1.json" | |
}); | |
const spawn = require('child-process-promise').spawn; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment