angularfire2
Why does this firestore query require an index?
Answer recommended by Google Cloud Collective
Angular 4: InvalidPipeArgument: ‘[object Object]’ for pipe ‘AsyncPipe’
async is used for binding to Observables and Promises, but it seems like you’re binding to a regular object. You can just remove both async keywords and it should probably work.