Skip to content

Instantly share code, notes, and snippets.

@okeefem3
Created July 12, 2018 00:05
Show Gist options
  • Save okeefem3/2abc8af613cdb778a90457401f1de8cd to your computer and use it in GitHub Desktop.
Save okeefem3/2abc8af613cdb778a90457401f1de8cd to your computer and use it in GitHub Desktop.
Firebase Initialize app
import * as firebase from 'firebase';
/*
* Firebase initialization and configuration happens here
*/
firebase.initializeApp(environment.firebaseConfig);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment