fireship-io / fireship.io

Build and ship your app faster https://fireship.io
3.59k stars 1.32k forks source link

lessons/angular-testing-guide-including-firebase/ #853

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Angular Testing Guide

Use test-driven development in Angular with Firebase

https://fireship.io/lessons/angular-testing-guide-including-firebase/

DuaneQ commented 2 years ago

I keep getting this error: FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp() (app/no-app). error properties: Object({ code: 'app/no-app', customData: Object({ appName: '[DEFAULT]' }) }) FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp() (app/no-app).

Could you tell me what I need to do in the spec file in order to resolve this issue?