mattybojo / renoir

0 stars 0 forks source link

Use dates throughout app instead of timestamp #34

Open mattybojo opened 2 years ago

mattybojo commented 2 years ago

All dates are stored in the DB as Firestore timestamps. Timestamps add another layer of difficulty while working with dates.

Convert all timestamps within the app to use JS Date and only use timestamp when saving or reading from the DB.