How to get Firestore collection data with sub-collections in Angular

Google Firestore is a cloud-hosted NoSQL realtime database with a quite simple to use API. One problem I ran into a few times, is fetching sub-collections together with a collection. This use-case is not covered with the Firestore API and this article show a useful workaround.

Continue reading How to get Firestore collection data with sub-collections in Angular