If MySQL table is like:
table name: members
mem_name dep_date dep_cash
NEBU 01/01/2019 500
ASHISH 01/01/2019 700
YOGESH 01/01/2019 600
NEBU 01/02/2019 500
ASHISH 01/02/2019 1000
NEBU 01/03/2019 1200
How above table will be created in Firestore? What would be in "collection" part what would be in "documents" part and where all record to be kept in Firestore?