Quentin Fonck
Quentin Fonck
I tried to apply @marcmarcet-codinghumans solution for my project but I keep getting a server timeout. I am hosting my project using Firebase. Does anybody have successfully served an angular...
> You're using US-1 region, right? > Cloud Functions only work in that region afaik Yes, I do. The cloud function get executed, but it doesn't render anything when I...
It turns out that the problem comes from angularFire (firebase/firestore). Any data query using a rxjs pipe with take(1) in the application, cause angular universal to get stuck in a...