Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created May 10, 2020 07:49
Show Gist options
  • Save oxlb/b91ea79d9b7e18f3b42e02a1269555b9 to your computer and use it in GitHub Desktop.
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
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