Skip to content

Instantly share code, notes, and snippets.

@azzeddineCH
Created July 17, 2017 15:11
Show Gist options
  • Save azzeddineCH/e4d3efd4c03ff0db2a4002330761a7e2 to your computer and use it in GitHub Desktop.
Save azzeddineCH/e4d3efd4c03ff0db2a4002330761a7e2 to your computer and use it in GitHub Desktop.
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