eisbuk / EisBuk

Manage bookings for ice skating lessons
GNU Affero General Public License v3.0
0 stars 1 forks source link

Fix/use unix timestamp for process delivery #918

Closed ikusteu closed 7 months ago

ikusteu commented 7 months ago

To avoid the hassle of cloud function/firestore version mismatches and Timestamp incompatibility, use the good old unix timestamp (number) for timestamp fields in firestore-process-delivery

(also, use Vitest for firestore-process-delivery tests)