Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created January 4, 2019 19:33
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 NishuGoel/470fe6bf00ba26474026e2ddd80ee4c6 to your computer and use it in GitHub Desktop.
Save NishuGoel/470fe6bf00ba26474026e2ddd80ee4c6 to your computer and use it in GitHub Desktop.
export const environment = {
production: false,
firebase: {
apiKey: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
authDomain: 'mydemoprojectt.firebaseapp.com',
databaseURL: 'https://mydemoprojectt.firebaseio.com',
projectId: 'mydemoprojectt',
storageBucket: 'mydemoproject.appspot.com',
messagingSenderId: 'ZZZZZZZZZZZZ'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment