Skip to content

Commit 7ea301a

Browse files
Cloud Firestore Collection -> Cloud Firestore collection
1 parent 12cbf40 commit 7ea301a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firestore-send-email/extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ params:
9191
label: Email documents collection
9292
default: mail
9393
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
94-
validationErrorMessage: Must be a valid Cloud Firestore Collection
94+
validationErrorMessage: Must be a valid Cloud Firestore collection
9595
required: true
9696
description: >-
9797
What is the path to the collection that contains the documents used to build and send the emails?
@@ -117,7 +117,7 @@ params:
117117
type: string
118118
label: Users collection
119119
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
120-
validationErrorMessage: Must be a valid Cloud Firestore Collection
120+
validationErrorMessage: Must be a valid Cloud Firestore collection
121121
description: >-
122122
A collection of documents keyed by user UID.
123123
If the `toUids`, `ccUids`, and/or `bccUids` recipient options are used in the added email document,
@@ -127,7 +127,7 @@ params:
127127
type: string
128128
label: Templates collection
129129
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
130-
validationErrorMessage: Must be a valid Cloud Firestore Collection
130+
validationErrorMessage: Must be a valid Cloud Firestore collection
131131
description: >-
132132
A collection of email templates keyed by name.
133133
This extension can render an email using a [Handlebar](https://handlebarsjs.com/) template,

0 commit comments

Comments
 (0)