File tree 3 files changed +18953
-2236
lines changed
3 files changed +18953
-2236
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ resources:
62
62
Cloud Storage.
63
63
properties :
64
64
location : ${param:LOCATION}
65
- runtime : nodejs14
65
+ runtime : nodejs16
66
66
eventTrigger :
67
67
eventType : providers/firebase.auth/eventTypes/user.delete
68
68
resource : projects/${param:PROJECT_ID}
@@ -71,6 +71,7 @@ resources:
71
71
type : firebaseextensions.v1beta.function
72
72
properties :
73
73
location : ${LOCATION}
74
+ runtime : nodejs16
74
75
eventTrigger :
75
76
eventType : google.pubsub.topic.publish
76
77
resource : projects/${PROJECT_ID}/topics/ext-${EXT_INSTANCE_ID}-discovery
@@ -79,6 +80,7 @@ resources:
79
80
type : firebaseextensions.v1beta.function
80
81
properties :
81
82
location : ${LOCATION}
83
+ runtime : nodejs16
82
84
eventTrigger :
83
85
eventType : google.pubsub.topic.publish
84
86
resource : projects/${PROJECT_ID}/topics/ext-${EXT_INSTANCE_ID}-deletion
You can’t perform that action at this time.
0 commit comments