Skip to content

Commit

Permalink
docs(auth, phone): add link to upstream android setup instructions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dqii authored Dec 9, 2021
1 parent be89eb0 commit b9af132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/auth/phone-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Phone auth requires app verification, and the automatic app verification process

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.

# Android Setup

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.

# Sign-in

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

1 comment on commit b9af132

@vercel
Copy link

@vercel vercel bot commented on b9af132 Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.