Firebase – Extract distinct records from a Firestore collection query
I'm looking for a hand with making an observable contain only distinct records. I'm using the observable in an angular mat-autocomplete with an async pipe and querying firebase with the user's typed-in values to bring back the list of options.…