Skip to content

Instantly share code, notes, and snippets.

@hiranya911
Created January 15, 2018 20:29
Show Gist options
  • Save hiranya911/ef1b8548f1fe357aab9def56571789ce to your computer and use it in GitHub Desktop.
Save hiranya911/ef1b8548f1fe357aab9def56571789ce to your computer and use it in GitHub Desktop.
var admin = require('firebase-admin');
var serviceAccount = require('path/to/service_account.json');
admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
databaseURL: 'https://database-name.firebaseio.com'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment