I am trying to build angular 15 with angularfire @angular/fire@7.5.0. But i encountered this error
✔ Downloading configuration data of your Firebase WEB app
File /src/environments/environment.ts does not exist
I noticed some config files were missing too, although i created a brand new project
There is an open ticket which points to the support of angular 15 : In short /src/environments/environment.ts
is optional now with Angular 15 but angular-fire
doesn't handle that.
You can workaround this error by creating an environement file.