From 848736f7d1b2b8b33991f5027e37e45a6b31cef5 Mon Sep 17 00:00:00 2001 From: rohit Date: Mon, 3 Nov 2025 11:22:30 +0530 Subject: [PATCH] docs(auth): update phone-auth verifyPhoneNumber link --- docs/auth/phone-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/phone-auth.md b/docs/auth/phone-auth.md index 7d2339a3e6..2220dc30ac 100644 --- a/docs/auth/phone-auth.md +++ b/docs/auth/phone-auth.md @@ -29,7 +29,7 @@ For reliable automated testing, you may want to disable both automatic and fallb Ensure that all parts of step 1 and 2 from [the official firebase Android phone auth docs](https://firebase.google.com/docs/auth/android/phone-auth#enable-phone-number-sign-in-for-your-firebase-project) have been followed. -To bypass Play Integrity for manual testing, you may [force reCAPTCHA to be used](https://rnfirebase.io/reference/auth/authsettings#appVerificationDisabledForTesting) prior to calling [`verifyPhoneNumber`](https://rnfirebase.io/reference/auth/phoneauthprovider#verifyPhoneNumber). +To bypass Play Integrity for manual testing, you may [force reCAPTCHA to be used](https://rnfirebase.io/reference/auth/authsettings#appVerificationDisabledForTesting) prior to calling [`verifyPhoneNumber`](https://rnfirebase.io/reference/auth#verifyPhoneNumber). # Expo Setup