Gilberto López Ambrosino
Gilberto López Ambrosino
> https://github.com/angular/angularfire/blob/master/samples/advanced/src/app/app.module.ts#L47-L57 It seems like a good solution but it has a dependency on the "firebase-admin" package. In my case, I just want to configure the app-check correctly but I...
I have the same problem, I have published a repo with the minimum to recreate the SSR problem with angular 17: https://github.com/hittten/angularSSR17 ## Clone & Setup: ```bash git clone https://github.com/hittten/angularSSR17...
@9kubczas4 your workaround works perfectly. Any update about this? this issue doesn't happen in angular 16.
I have also tried this way ``` constructor( private fs: Firestore, private state: TransferState, ) { const key = makeStateKey('FIRESTORE') const existing = state.get(key, undefined) const ref = collection(this.fs, "names")...
@Felwin I completely agree with you. nothing works well.
For me, it's worse. I can't see the device in the Firebase console (DebugView) for debugging. I thought I'd add a console.log. ```ts { providers: [ provideFirebaseApp(() => initializeApp(environment.firebase)), provideAnalytics(()...
> This issue does not seem to follow the issue template. Make sure you provide all the required information. @dzylich be aware of this