When set, this property disables app verification for the purpose of testing
phone authentication. For this property to take effect, it needs to be set
before rendering a reCAPTCHA app verifier. When this is disabled, a
mock reCAPTCHA is rendered instead. This is useful for manual testing during
development or for automated integration tests.
[[["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 2022-07-27 UTC."],[],[],null,["# AuthSettings | JavaScript SDK\n\n- [firebase](/docs/reference/js/v8/firebase).\n- [auth](/docs/reference/js/v8/firebase.auth).\n- AuthSettings\n===========================================================================================================\n\nInterface representing an Auth instance's settings, currently used for\nenabling/disabling app verification for phone Auth testing.\n\nIndex\n-----\n\n### Properties\n\n- [appVerificationDisabledForTesting](/docs/reference/js/v8/firebase.auth.AuthSettings#appverificationdisabledfortesting)\n\nProperties\n----------\n\n### appVerificationDisabledForTesting\n\nappVerificationDisabledForTesting: boolean \nWhen set, this property disables app verification for the purpose of testing\nphone authentication. For this property to take effect, it needs to be set\nbefore rendering a reCAPTCHA app verifier. When this is disabled, a\nmock reCAPTCHA is rendered instead. This is useful for manual testing during\ndevelopment or for automated integration tests.\n\nIn order to use this feature, you will need to\n[whitelist your phone number](https://firebase.google.com/docs/auth/web/phone-auth#test-with-whitelisted-phone-numbers) via the\nFirebase Console.\n\nThe default value is false (app verification is enabled)."]]
Interface representing an Auth instance's settings, currently used for enabling/disabling app verification for phone Auth testing.