Hi community!
We have Timestamp type data in our Firestore and want to update them from query.
I created a JsonSchemaForm which trigger a query with action type “Update document”. I could update string, number, boolean, etc properties but could not update properties with firebase.firestore.Timestamp
type. When I update properties, the type of properties changed to string like 2020-05-03T06:22:09.417Z
.
Is there any way to update timestamp properties with keeping their type ?
Thank you very much!