RXJS debounceTime() with angular firebase getDoc()
I'm trying to check the Firestore collections of id by using debounceTime() if IDs exist to avoid a high frequency of reads. But, it seems that the debounceTime() is not working as expected, as it reads almost instantly. Here is…