Skip to content

Instantly share code, notes, and snippets.

@armanso
Last active April 19, 2020 18:09
Show Gist options
  • Save armanso/c372ad2e26630954ade5e57ba9408ee0 to your computer and use it in GitHub Desktop.
Save armanso/c372ad2e26630954ade5e57ba9408ee0 to your computer and use it in GitHub Desktop.
admin
import * as admin from 'firebase-admin';
const serviceAccount from './google-services.json'
admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
storageBucket: "[project bucket name]"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment