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 has been 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.
The text was updated successfully, but these errors were encountered:
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),
andTimestamp.fromDate(event.startTime),
Doesn't seem to work in both case.
The text was updated successfully, but these errors were encountered: