You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2021. It is now read-only.
FirebaseError: Function DocumentReference.set() called with invalid data. Unsupported field value: a custom Timestamp object (found in field startTime)
I am encountering this error from last week. I am not sure how to debug this, is it the case that firebase disallowing adding custom timestamps?
I tries to use Timestamp.fromMillis(event.startTime), and Timestamp.fromDate(event.startTime),
Doesn't seem to work in both case.