Skip to content

Commit b9af132

Browse files
authored
docs(auth, phone): add link to upstream android setup instructions (#5925)
1 parent be89eb0 commit b9af132

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/auth/phone-auth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Phone auth requires app verification, and the automatic app verification process
2525

2626
For reliable automated testing, you may want to disable both automatic and fallback reCAPTCHA app verification for your app. To do this, [you may disable app verification in AuthSettings](https://rnfirebase.io/reference/auth/authsettings#appVerificationDisabledForTesting) prior to calling any phone auth methods.
2727

28+
# Android Setup
29+
30+
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.
31+
2832
# Sign-in
2933

3034
The module provides a `signInWithPhoneNumber` method which accepts a phone number. Firebase sends an SMS message to the

0 commit comments

Comments
 (0)