Created
May 10, 2020 07:49
-
-
Save oxlb/b91ea79d9b7e18f3b42e02a1269555b9 to your computer and use it in GitHub Desktop.
Project does not exists or it does not contain an Active Cloud Store
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"); | |
var serviceAccount = require("./serviceAccountKey.json"); | |
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