Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var functions = require('firebase-functions');
  2. const gcs = require('@google-cloud/storage')({
  3. keyFilename: "chatme-30a53-firebase-adminsdk-spbrj-95b05f5e2e-1.json"
  4. });
  5. const spawn = require('child-process-promise').spawn;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement