2 changed files with 10 additions and 2 deletions
@ -1,3 +1,11 @@ |
|||||
export const environment = { |
export const environment = { |
||||
production: true |
production: true, |
||||
|
firebase: { |
||||
|
apiKey: 'AIzaSyBSQFwnziIRFH7qNPO4K0_hDh-DYZYep20', |
||||
|
authDomain: 'phonebook-f0c58.firebaseapp.com', |
||||
|
databaseURL: 'https://phonebook-f0c58-default-rtdb.europe-west1.firebasedatabase.app', |
||||
|
projectId: 'phonebook-f0c58', |
||||
|
storageBucket: 'phonebook-f0c58.appspot.com', |
||||
|
messagingSenderId: '733111274248' |
||||
|
} |
||||
}; |
}; |
||||
|
|||||
Loading…
Reference in new issue