Skip to content

Instantly share code, notes, and snippets.

@kobvel
Created October 27, 2017 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobvel/09831bfbec94d412f60e05630b6b7dbc to your computer and use it in GitHub Desktop.
Save kobvel/09831bfbec94d412f60e05630b6b7dbc to your computer and use it in GitHub Desktop.
export const environment = {
production: false,
firebaseConfig: {
apiKey: "AIzaSyBjsEXmLI-4kOcz793QZh9ElN_iSHlO74M",
authDomain: "ng-firebase-dev.firebaseapp.com",
databaseURL: "https://ng-firebase-dev.firebaseio.com",
projectId: "ng-firebase-dev",
storageBucket: "ng-firebase-dev.appspot.com",
messagingSenderId: "644800494252"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment