This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Description
Hello,
Firstly, thanks for the great NestJS package, really handy.
One thing I've run into is that the FirebaseFirestoreService::collection method doesn't accept the second optional query argument here:
|
collection(collectionPath: string): FirebaseFirestore.CollectionReference { |
I can't seem to find the part of the official docs where I first came across this, but as an example @angular/fire allow it here:
It's handy if you want to do things like build dynamic queries by looping through objects.
Is this something that can be added?
Cheers,