Skip to content

Commit c3b6cbd

Browse files
committed
update Custom Authentication documentation in authentication/README.md
1 parent 1cde494 commit c3b6cbd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

authentication/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,11 @@ Firebase Auth can manage authentication for use cases that utilize a custom auth
291291
After your server returns the token, pass that into Firebase Auth's `signIn(withCustomtoken: String)` method to complete the authentication process. In the quickstart, you can demo signing in with tokens you generate. See `CustomAuthViewController.swift` for more info.
292292

293293
If you wish to setup a custom auth system. The below steps can help in its configuration.
294-
295-
**Go to the [Google Developers Console](https://console.developers.google.com/project) and create a project**:
294+
- In the [Firebase Console](https://console.firebase.google.com/), navigate to **Project settings**:
295+
- Navigate to the **Service accounts** tab.
296+
- Locate the section **All service account**, and click on the `X service accounts` link. This will take you to the Google Cloud Console.
297+
- In the [Google Cloud Console](https://console.cloud.google.com):
298+
- Make sure the right Firebase project is selected.
296299
- From the left "hamburger" menu navigate to the **API Manager** tab.
297300
- Click on the **Credentials** item in the left column.
298301
- Click **New credentials** and select **Service account key**. Select **New service account**,

0 commit comments

Comments
 (0)