I\'m trying to get the timestamp of a document that I created in firestore, but what I get is this:
myService.ts
getDomiciliari
IF you want the date value of firebase.firestore.FieldValue.serverTimestamp() you can use .toDate(). See FireStore Timesteamp. In your case it will be domiciliario.date.toDate() in your template.
firebase.firestore.FieldValue.serverTimestamp()
.toDate()
domiciliario.date.toDate()