Skip to content

v1.3.4

Choose a tag to compare

@gannonh gannonh released this 15 Apr 14:35
a4a181c

[1.3.4] - 2025-04-15

Fixed #49

  • Fixed Firestore timestamp handling issues:
    • Fixed inconsistency where timestamp objects were displayed as "[Object]" in responses
    • Added proper conversion of Firestore Timestamp objects to ISO strings
    • Enhanced timestamp filtering to work correctly with both server timestamps and ISO string dates
    • Implemented automatic conversion of ISO string dates to Firestore Timestamp objects when creating/updating documents
    • Improved query filtering to properly handle timestamp comparisons