Results 6 comments of Benzilla

Also had the same problem: First compile & reload of the page the TransferState worked, but every subsequent reload failed. This only happened if I was making a call to...

Also getting this issue when trying to run the XOR tutorial code in node.js :)

Eagerly waiting on this - AngularFire is the only package currently stopping us from going zoneless

Slightly off-topic, but if you're trying to go Zoneless, you're probably doing it for performance gains. I went through the process of converting my entire SSR Angular 18 app to...

> @Benzilla can you please elaborate on the steps this migration entails? > > For example, what's the replacement for the AngularFire initialization in [`app.config.ts`](https://github.com/angular/angularfire#example-use)? > > ```ts > export...

> @Benzilla Your approach doesn't seem to work well with SSR. For some reason, during SSR, the getDocs (replacement for collectionData) freezes completely. Had to switch back to AngularFire for...