We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a670b3d commit 69d0fc4Copy full SHA for 69d0fc4
firestore-bigquery-export/functions/src/index.ts
@@ -34,7 +34,7 @@ exports.fsexportbigquery = functions.handler.firestore.document.onWrite(
34
try {
35
const changeType = getChangeType(change);
36
await eventTracker.record([{
37
- timestamp: context.timestamp,
+ timestamp: context.timestamp, // This is a Cloud Firestore commit timestamp with microsecond precision.
38
operation: changeType,
39
documentName: context.resource.name,
40
eventId: context.eventId,
0 commit comments