Describe the bug
Firestore Timestamp doesn't have weekday and dst keys, which cause error when you have an array of timestamps from Firebase and you try to send them back it gives error
To Reproduce
Get a timestamp from firestore, try to send it back to firestore
Expected behavior
Should remove check if timestamp has dst and weekday and then remove them
Describe the bug Firestore Timestamp doesn't have weekday and dst keys, which cause error when you have an array of timestamps from Firebase and you try to send them back it gives error
To Reproduce Get a timestamp from firestore, try to send it back to firestore
Expected behavior Should remove check if timestamp has dst and weekday and then remove them
Environment:
Additional context My local solution: