File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
authentication/LegacyAuthQuickstart Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,18 @@ a paid service. If you are only using Firebase Authentication this sample will n
8383 - Select ** Sign In** and select Twitter to begin.
8484
8585### Custom Authentication Setup
86- - Go to the [ Google Developers Console] ( https://console.developers.google.com/project ) and navigate to your project:
86+ - In the [ Firebase Console] ( https://console.firebase.google.com/ ) , navigate to ** Project settings** :
87+ - Navigate to the ** Service accounts** tab.
88+ - Locate the section ** All service account** , and click on the ` X service accounts ` link. This will take you to the Google Cloud Console.
89+ - In the [ Google Cloud Console] ( https://console.cloud.google.com ) :
90+ - Make sure the right Firebase project is selected.
8791 - From the left "hamburger" menu navigate to the ** API Manager** tab.
8892 - Click on the ** Credentials** item in the left column.
8993 - Click ** New credentials** and select ** Service account key** . Select ** New service account** ,
9094 pick any name, and select ** JSON** as the key type. Then click ** Create** .
9195 - You should now have a new JSON file for your service account in your Downloads directory.
92- - Open the file ` web/auth.html ` in your computer's web browser.
96+ - In the ` quickstart-ios/authentication/LegacyAuthQuickstart/web ` directory:
97+ - Open the file ` auth.html ` in your computer's web browser.
9398 - Click ** Choose File** and upload the JSON file you just downloaded.
9499 - Enter any User ID and click ** Generate** .
95100 - Copy the token link displayed.
You can’t perform that action at this time.
0 commit comments