()
| 11 | }; |
| 12 | |
| 13 | export function getFirebaseConfig() { |
| 14 | if (!config || !config.apiKey) { |
| 15 | throw new Error('No Firebase configuration object provided.' + '\n' + |
| 16 | 'Add your web app\'s configuration object to firebase-config.js'); |
| 17 | } else { |
| 18 | return config; |
| 19 | } |
| 20 | } |
no outgoing calls
no test coverage detected