Skip to content

Commit 69d0fc4

Browse files
fredzqmjmwski
andauthored
Update firestore-bigquery-export/functions/src/index.ts
Co-Authored-By: Jan Wyszynski <wyszynski@google.com>
1 parent a670b3d commit 69d0fc4

File tree

1 file changed

+1
-1
lines changed
  • firestore-bigquery-export/functions/src

1 file changed

+1
-1
lines changed

firestore-bigquery-export/functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exports.fsexportbigquery = functions.handler.firestore.document.onWrite(
3434
try {
3535
const changeType = getChangeType(change);
3636
await eventTracker.record([{
37-
timestamp: context.timestamp,
37+
timestamp: context.timestamp, // This is a Cloud Firestore commit timestamp with microsecond precision.
3838
operation: changeType,
3939
documentName: context.resource.name,
4040
eventId: context.eventId,

0 commit comments

Comments
 (0)