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 74a5553 commit 74471b5Copy full SHA for 74471b5
CHANGELOG.md
@@ -1,2 +1,2 @@
1
-- Add firestore 2nd gen triggers (#1358).
+- Enhance firstore triggers (#1358).
2
- Allow parametrized string type in ServiceAccount fields in Functions and trigger configs (#1309)
src/v2/providers/firestore.ts
@@ -72,7 +72,6 @@ export interface RawFirestoreEvent extends CloudEvent<Uint8Array | RawFirestoreD
72
document: string;
73
datacontenttype?: string;
74
dataschema: string;
75
- time: string;
76
}
77
78
/** A Firestore DocumentSnapshot */
0 commit comments