Hi,What is the best practice for programatically or iteratively building
a query using the Firestore Modular API? e.g. by interpreting URL search
parameters into a query. With the old Namespaced API one could define a
simple query then programaticall...