Firestore updatedAtとcreatedAt

admin sdkなら取得できる https://googleapis.dev/nodejs/firestore/latest/DocumentSnapshot.html

client側にはなさそう https://firebase.google.com/docs/reference/js/firebase.firestore#documentdata

なので、特にアプリで使用しないのなら、Firestoreのフィールドとしては持つ必要がないように思える。 もしくは、更新・登録日時が必要な場合はFuncsionsを使うなど