Is there a way to select only certain fields from Firestore?
I am working on a performance issue of a function, that takes 15sec to response, which makes a request to firebase for all documents that are "ErrorID" "==" "0" The problem is that there are many documents and they are kind of very large objects, and I only need TWO FIELDS (Order and Amount) of each document, there are any way to request only those two field