Last active
January 15, 2018 20:32
-
-
Save hiranya911/0e6d9644cd87fd55c2cd50ea31d2098c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var admin = require('firebase-admin'); | |
admin.initializeApp({ | |
credential: admin.credential.applicationDefault(), | |
databaseURL: 'https://database-name.firebaseio.com' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment