Lars Rye Jeppesen
Lars Rye Jeppesen
@Meistercoach83 not been able to work on it yet but I don't think there's any issue using the Native firebase library. We use Auth a lot so that part will...
The reason is a breaking change introduced in [email protected] There is an open issue on their github repo: https://github.com/FirebaseExtended/rxfire/issues/88
> Also have the same issue as @Dsthdragon - is there any update on a fix? Fix @angular/fire to 7.5.0 `"@angular/fire": "7.5.0",`
The issue is a breaking change introduced in [email protected]
Also suddenly getting this error, no code changes whatsoever: ``` NG0203: inject() must be called from an injection context such as a constructor, a factory function, a field initializer, or...
I do think it's pnpm that is the culprit, I still get this issue on anything about 16.2.3, and here is a snippet from my pnpm-lock file, it seems angular/fire...
Has anyone been able to solve this with pnpm? We are stuck on 16.2.3 and would like to use 17-next (or upgrade newer 16.2.* versions), but it's not possible due...
This is really a big issue, guys
I have and so far no issues On Mon, 27 Nov 2023, 15.03 Bas, ***@***.***> wrote: > Angular: 16.0.3 > Firebase: 9.0.0 > AngularFire: 7.6.1 > > Anyone here already...
This is how I do it, I make a file with firebase configuration, which exports the "provide" functions, and this is then used in the app configuration: ``` # My...