Skip to content

Commit

Permalink
fix typos in readme (firebase#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
diopib authored Dec 7, 2020
1 parent 815a1c4 commit 0efda29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ Getting Started
- Click **Phone** and turn on the **Enable** switch, then click **Save**.
- Run the app on your physical device:
- Select **PhoneAuthActivity** from the main screen.
- Enter your phone numeber and click **Verify** to begin.
- Enter your phone number and click **Verify** to begin.

### Custom Authentication Setup

- Go to the [Google Developers Console](https://console.developers.google.com/project) and navigate to your project:
- Click on the **Service accounts** tab in the left.
- Click on the **Create Service Account** on the top.
- Enter desired service account name and click on the **Create** button.
- Once the serivce account is created, click on the **Options**.
- Once the service account is created, click on the **Options**.
- Choose **JSON** as the key type then click on the **Create** button.
- You should now have a new JSON file for your service account in your Downloads directory.
- Open the file `web/auth.html` using your web browser.
Expand Down

0 comments on commit 0efda29

Please sign in to comment.