We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468455d commit e1df823Copy full SHA for e1df823
src/cloud-functions.ts
@@ -104,11 +104,12 @@ export interface EventContext {
104
* * `providers/cloud.firestore/eventTypes/document.update`
105
* * `providers/cloud.firestore/eventTypes/document.delete`
106
* * `google.pubsub.topic.publish`
107
+ * * `google.firebase.remoteconfig.update`
108
* * `google.storage.object.finalize`
109
* * `google.storage.object.archive`
110
* * `google.storage.object.delete`
111
* * `google.storage.object.metadataUpdate`
- * * `google.firebase.remoteconfig.update`
112
+ * * `google.testing.testMatrix.complete`
113
*/
114
eventType: string;
115
0 commit comments