Skip to content

Instantly share code, notes, and snippets.

@hiranya911
Created July 22, 2018 22:33
Show Gist options
  • Save hiranya911/b1cbef827a97d8f7cbf8cecf278f94be to your computer and use it in GitHub Desktop.
Save hiranya911/b1cbef827a97d8f7cbf8cecf278f94be to your computer and use it in GitHub Desktop.
const admin = require('firebase-admin');
# Load the service account JSON file
const serviceAccount = require('./service_account.json');
# Inject into the Admin SDK as a credential
admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment