Skip to content

Instantly share code, notes, and snippets.

@tuanngominh
Last active June 15, 2017 11:09
Show Gist options
  • Save tuanngominh/474979c046e973d7cdc1fb447643882f to your computer and use it in GitHub Desktop.
Save tuanngominh/474979c046e973d7cdc1fb447643882f to your computer and use it in GitHub Desktop.
google cloud storage auth with firebase project
const gcs = require("@google-cloud/storage")({
 keyFilename: "serviceAccountKey.json"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment