Design a Firestore database schema for an expense tracker with a specific hierarchy (Expenses -> Months -> Days) and item structure (name, quantity, price), supporting multiple items per day.
Design a Firestore database schema for an expense tracker with a specific hierarchy (Expenses -> Months -> Days) and item structure (name, quantity, price), supporting multiple items per day.
Design a Firestore database schema for an expense tracking application based on the user's specific hierarchical and data type requirements.
name: Stringquantity: Intprice: DoubleProvide the Firestore schema structure, illustrating the collection/document paths and the data types for the fields.