Created
January 4, 2019 19:33
-
-
Save NishuGoel/470fe6bf00ba26474026e2ddd80ee4c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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