Daniel Hernández Alcojor

Results 6 comments of Daniel Hernández Alcojor

Has this been done? Is this project being maintained? It looks abandoned...

I've been trying with different websites, reloading them several times... It never finishes a single analysis, there are always files that keep loading forever.

Yeah, @beppo-ivel, it's related to that issue. I mean, the fix is in the code, the only thing necessary now is for the release to reflect that code...

@andres24h I guess they have to build and release a new version, but this time including the actual code? I don't know where the problem is exactly...

I have a weird error when adding @angular/fire to a v17 Angular project. @angular/core: v17.0.0 @angular/fire: v17.0.1 It seems to do pretty much everything correctly. I created my project and...

Ok, I've found my problem. Apparently, @angular/fire is not compatible with @ngx-env/builder (https://www.npmjs.com/package/@ngx-env/builder). I have removed this builder and now I've been able to add @angular/fire to my project.