-
Notifications
You must be signed in to change notification settings - Fork 112
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
timestamp fields fail when creating or updating a doc #71
Comments
Any chance for getting this in soon? |
@Xendrez I had to fork the library and change this line myself. Then I just used my library instead...kind of a pain, but if you're desperate for it to work, it should only take about 10 minutes to set up. |
I also use a fork in my build. Not sure if anyone is actually maintaining this repo. |
So I finally got around to trying this out myself, and I don't seem to have any issues with the original or the updated code. Not sure if it's because I'm in the same time zone as the Firestore DB. But it checks out. |
The following code will fail with error:
Currently timestamps are wrapped by:
I propose the simple addition of toISOString:
The text was updated successfully, but these errors were encountered: