[cloud_firestore_odm_generator] Support Firestore Timestamps #8029
Unanswered
FXschwartz
asked this question in
Feature request
Replies: 1 comment 1 reply
-
Is there a workaround for this issue for now? I have tried making the field a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when running
flutter pub run build_runner build --delete-conflicting-outputs
against a model that contains a timestamp throws an error.Looks like this is on json_serializable to implement but it might help to have an issue here to track for people running into this and assuming it's a bug.
Currently, there is an open enhancement in the json_serializable repo
Beta Was this translation helpful? Give feedback.
All reactions