For example - (For a library book system) I have a collection name "Users" with documents named "{uid}". Each document have fields such as - name, rollNo,.... , issuedBooks:[{bookName, bookId, submissionDate, submittedDate}]
My question is - can I query such that it gives me all the documents with submissionDate is equal to today(Timestamp)
note - issuedBooks is a list of Objects where submissionDate is one of the field in that object
programming language - any (JS preferable)
Database Structure Image - Firestore Database Structure
- I want to query using submissionDate