Initial Commit

This commit is contained in:
2019-03-01 00:48:30 +01:00
parent 0b5db8fcbb
commit 6561a2da58
10 changed files with 1034 additions and 80 deletions

View File

@@ -3,7 +3,15 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
firebase: {
apiKey: 'AIzaSyCDnqRWXlm70g5erScWb9u5sNFbqjT1zG8',
authDomain: 'stand-up-2.firebaseapp.com',
databaseURL: 'https://stand-up-2.firebaseio.com',
projectId: 'stand-up-2',
storageBucket: 'stand-up-2.appspot.com',
messagingSenderId: '685966908054'
}
};
/*