I am creating a new document in Firebase
I am creating a new document in Firebase. What is the best way to insert a created_at timestamp (DateTime.now().microsecondsSinceEpoch) using the Firestore Create Document node?
1 Reply
Hi @swipe, You can use the JS methods when sending data. Example:
This will insert in Firestore TimeStamp format.
Also, if you want custom format, you can JavaScript methods directly in the editor.