-
Notifications
You must be signed in to change notification settings - Fork 942
Serialize Timestamps as string (per proto3 JSON format). #2249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks like this broke our tests. Can you take a look? |
It's actually broken since we lost nanosecond precision. I'll revise the PR. |
Fixed |
0badeff
to
caad4e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! If this is the last change that is needed for Emulator support, we should also add a Changelog entry to let the users know that they should update their SDK.
This fixes using timestamps with the Firestore Emulator. This is similar to #2228, but for timestamps.
Discussion
(Internal tracking ID: 37282237)
Testing
Tested manually against the Firestore Emulator and production Firestore.
API Changes
None.