File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ params:
90
90
label : Cloud Firestore paths
91
91
example : users/{UID},admins/{UID}
92
92
required : false
93
- validationRegex : " ^[^/]+(/[^/]+)*$"
93
+ validationRegex : ' ^[^/]+(/[^/]+)*$'
94
94
validationErrorMessage : Must be a valid Cloud Firestore path.
95
95
description : >-
96
96
Which paths in your Cloud Firestore instance contain user data? Leave empty if
@@ -106,7 +106,7 @@ params:
106
106
label : Realtime Database paths
107
107
example : users/{UID},admins/{UID}
108
108
required : false
109
- validationRegex : " ^\S +$"
109
+ validationRegex : ' ^\S+$'
110
110
validationErrorMessage : Database path(s) cannot contain spaces.
111
111
description : >-
112
112
Which paths in your Realtime Database instance contain user data? Leave empty if you
@@ -121,7 +121,7 @@ params:
121
121
label : Cloud Storage paths
122
122
example : " {DEFAULT}/{UID}-pic.png,my-awesome-app-logs/{UID}-logs.txt"
123
123
required : false
124
- validationRegex : " ^\S +$"
124
+ validationRegex : ' ^\S+$'
125
125
validationErrorMessage : Invalid storage path.
126
126
description : >-
127
127
Where in Google Cloud Storage do you store user data? Leave empty if you
You can’t perform that action at this time.
0 commit comments