Skip to content

Commit

Permalink
chore(firestore-record-acknowledgments): upgrade to node18
Browse files Browse the repository at this point in the history
  • Loading branch information
dackers86 committed Sep 5, 2023
1 parent ef90ddf commit 3fbb7e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/firestore-record-acknowledgments/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,39 @@ resources:
description: Returns the latest notice document type along with any acknowledgment documents. Optionally, a version can be specified to return a specific notice.
properties:
location: ${LOCATION}
runtime: nodejs14
runtime: nodejs18
httpsTrigger: {}

- name: acknowledgeNotice
type: firebaseextensions.v1beta.function
description: Acknowledges a notice by ID.
properties:
location: ${LOCATION}
runtime: nodejs14
runtime: nodejs18
httpsTrigger: {}

- name: unacknowledgeNotice
type: firebaseextensions.v1beta.function
description: Unacknowledges a notice by ID.
properties:
location: ${LOCATION}
runtime: nodejs14
runtime: nodejs18
httpsTrigger: {}

- name: getAcknowledgments
type: firebaseextensions.v1beta.function
description: Returns a list of all acknowledgments in creation order, including the notice document.
properties:
location: ${LOCATION}
runtime: nodejs14
runtime: nodejs18
httpsTrigger: {}

- name: createIndex
type: firebaseextensions.v1beta.function
description: A function used to help with creating Firestore indices that are required for this extension.
properties:
location: ${LOCATION}
runtime: nodejs14
runtime: nodejs18
httpsTrigger: {}
params:
- param: LOCATION
Expand Down

0 comments on commit 3fbb7e9

Please sign in to comment.