Skip to content

Commit e1df823

Browse files
authoredMar 31, 2020
Adding testlab event to eventTypes list (#649)
1 parent 468455d commit e1df823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/cloud-functions.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ export interface EventContext {
104104
* * `providers/cloud.firestore/eventTypes/document.update`
105105
* * `providers/cloud.firestore/eventTypes/document.delete`
106106
* * `google.pubsub.topic.publish`
107+
* * `google.firebase.remoteconfig.update`
107108
* * `google.storage.object.finalize`
108109
* * `google.storage.object.archive`
109110
* * `google.storage.object.delete`
110111
* * `google.storage.object.metadataUpdate`
111-
* * `google.firebase.remoteconfig.update`
112+
* * `google.testing.testMatrix.complete`
112113
*/
113114
eventType: string;
114115

0 commit comments

Comments
 (0)
Please sign in to comment.