We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72af1c1 commit 7e8a560Copy full SHA for 7e8a560
delete-user-data/extension.yaml
@@ -106,8 +106,8 @@ params:
106
label: Realtime Database paths
107
example: users/{UID},admins/{UID}
108
required: false
109
- validationRegex: '^\S+$'
110
- validationErrorMessage: Database path(s) cannot contain spaces.
+ validationRegex: '^[^\s.#$[\]]+$'
+ validationErrorMessage: Database path(s) contains spaces and/or invalid characters.
111
description: >-
112
Which paths in your Realtime Database instance contain user data? Leave empty if you
113
don't use Realtime Database.
0 commit comments