Dimitri
Dimitri
maybe but I'm currently having issues where when I run ng add in v17 angular/fire it doesn't find compatible package
> Is there a way to ignore the conflicting dependency until we get the release 17? maybe with legacy peer deps or force or both, I haven't tried yet
I think normal SPA app would work fine, I'm have angular with ssr enabled, previously I used it only as SSG, I didn't want to pay for server so I...
when I try deploying, I get errors for no cloud functions found, even tho I'm using ng deploy --ssr false, I only want to prerender pages at build time but...
it just works now, I think after couple of updates error went away. currently using these versions and everything works. ``` "dependencies": { "@angular/animations": "^17.2.0", "@angular/cdk": "^17.2.2", "@angular/common": "^17.2.0", "@angular/compiler":...
> > I am having the same problem were you able to find a fix? > > I'd suggest to create a new project without a standalone, add firebase to...