Test Repo here, simply clone it, npm install, and npm run dev:ssr https://github.com/tskweres/angularfire-ssr-test ** make sure to input your own firebaseConfig in the environments In the app.component.ts, you'll see that I inject AngularFireStore, and then make a query on a collection. The query completes and the console logs the result, but when launching the browser in chrome, the web page never renders. If I do not make the this.db.collection('.....') call, the web page renders. Any ideas?