Stay organized with collections
Save and categorize content based on your preferences.
Properties
appVerificationDisabledForTesting
appVerificationDisabledForTesting: boolean
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/js/v8/firebase).\n- [auth](/docs/reference/js/v8/firebase.auth).\n- AuthSettings \nInterface representing an Auth instance's settings, currently used for\nenabling/disabling app verification for phone Auth testing.\n\nIndex\n\nProperties\n\n- [appVerificationDisabledForTesting](/docs/reference/js/v8/firebase.auth.AuthSettings#appverificationdisabledfortesting)\n\nProperties\n\nappVerificationDisabledForTesting \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.