Stay organized with collections
Save and categorize content based on your preferences.
Specifies that a parameter's value should be determined by prompting the user to type it in interactively at deploy time. Input that does not match the provided validationRegex, if present, will be retried.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-09 UTC."],[],[],null,["# params.TextInput interface\n\nSpecifies that a parameter's value should be determined by prompting the user to type it in interactively at deploy time. Input that does not match the provided validationRegex, if present, will be retried.\n\n**Signature:** \n\n export interface TextInput\u003cT = unknown\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------|--------------------------------------------------------------------------------------------|-------------|\n| [text](./firebase-functions.params.textinput.md#paramstextinputtext) | { example?: string; validationRegex?: string \\| RegExp; validationErrorMessage?: string; } | |\n\nparams.TextInput.text\n---------------------\n\n**Signature:** \n\n text: {\n example?: string;\n validationRegex?: string | RegExp;\n validationErrorMessage?: string;\n };"]]