i need your help, i\'m trying to display some datas from my firebase but it trhows me an error like 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.