From 3777676b0166a18277df04b931a0e454ecabd132 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 15 May 2024 12:00:53 -0700 Subject: [PATCH] Update link in Auth README.md --- authentication/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentication/README.md b/authentication/README.md index d0777251d..40a9df48e 100644 --- a/authentication/README.md +++ b/authentication/README.md @@ -44,7 +44,7 @@ We will need to connect our quickstart with the [Firebase Console](https://conso To enable sign in with each of the following identity providers, there are a few configuration steps required to make sure everything works properly. -**When it comes to configuring most of the below identity providers**, you may have to [add a custom URL scheme](https://developers.google.com/identity/sign-in/ios/start-integrating#add_a_url_scheme_to_your_project) in your Xcode project so Firebase Auth can correctly work with the corresponding Identity Provider. This is done by selecting the app's target in Xcode and navigating to the **Info** tab. For each login flow that requires adding a custom URL scheme, be sure to add a new URL Scheme for each respective identity provider rather than replace existing schemes you have created previously. +**When it comes to configuring most of the below identity providers**, you may have to [add a custom URL scheme](https://firebase.google.com/docs/auth/ios/github-auth#handle_the_sign-in_flow_with_the_firebase_sdk) in your Xcode project so Firebase Auth can correctly work with the corresponding Identity Provider. This is done by selecting the app's target in Xcode and navigating to the **Info** tab. For each login flow that requires adding a custom URL scheme, be sure to add a new URL Scheme for each respective identity provider rather than replace existing schemes you have created previously. @@ -125,7 +125,7 @@ See the [Getting Started with Microsoft Sign In guide](https://firebase.google.c - After registering an app on GitHub's developer portal, enter your GitHub **Client ID** and **Client Secret** and then click **Save**. - Make sure your Firebase OAuth redirect URI (e.g. my-app-12345.firebaseapp.com/__/auth/handler) is set as your Authorization callback URL in your app's settings page on your [GitHub app's config](https://developer.github.com/apps/building-oauth-apps/). -- In Xcode, [add a custom URL scheme for your reversed client ID](https://developers.google.com/identity/sign-in/ios/start-integrating#add_a_url_scheme_to_your_project). +- In Xcode, [add a custom URL scheme for your reversed client ID](https://firebase.google.com/docs/auth/ios/github-auth#handle_the_sign-in_flow_with_the_firebase_sdk). - Note that you may have already done this in a previous step - You can find this in the `GoogleService-Info.plist` - Run the app on your device or simulator.