I am wondering if Cloud Firestore timestamps each document on creation in its metadata, and if so, is that metadata available?
I know I can create my own timestamps inside a document for arbitrary reasons, but I'm only interested in when the document itself was created.
Thanks in advance