Expose Timestamps from DocumentSnapshot #16
Labels
enhancement
New feature or request
from_willyovale
An issue described in original project, but never implemented
planning
Not yet ready for development
Description
Firestore's
DocumentSnapshot
exposes timestamps such ascreateTime
,readTime
, andupdateTime
. It would be beneficial to expose these timestamps in Fireorm entities, allowing users to access metadata about document operations.Steps to Reproduce
createTime
,readTime
, andupdateTime
.Expected Behavior
Ability to access
createTime
,readTime
, andupdateTime
directly from Fireorm entities.Actual Behavior
Currently, these timestamps are not exposed in Fireorm entities.
Acceptance Criteria
createTime
,readTime
, andupdateTime
in Fireorm entities.Additional Context
DocumentSnapshot
.Proposed API Changes
Use of Decorators:
Use of Symbols:
Testing and Validation:
Original Issue
The text was updated successfully, but these errors were encountered: