Directory structure:
└── angularfirebase-133-firestore-joins-custom-rx-operators/
├── README.md
├── angular.json
├── package.json
├── tsconfig.json
├── tslint.json
├── .editorconfig
├── e2e/
│ ├── protractor.conf.js
│ ├── tsconfig.e2e.json
│ └── src/
│ ├── app.e2e-spec.ts
│ └── app.po.ts
└── src/
├── browserslist
├── index.html
├── karma.conf.js
├── main.ts
├── polyfills.ts
├── styles.scss
├── test.ts
├── tsconfig.app.json
├── tsconfig.spec.json
├── tslint.json
├── app/
│ ├── app-routing.module.ts
│ ├── app.component.html
│ ├── app.component.scss
│ ├── app.component.spec.ts
│ ├── app.component.ts
│ ├── app.module.ts
│ ├── collectionJoin.ts
│ └── docJoin.ts
├── assets/
│ └── .gitkeep
└── environments/
├── environment.prod.ts
└── environment.ts