Skip to content

Commit cb7f2ff

Browse files
docs(auth): Correct documentation for Authorized Domains location in Firebase Console (#13081)
Wrong Doc about link to Authorized domain. Sign-in method tab (Authentication -> Sign-in method). Settings tab (Authentication -> Settings -> Authorized Domains).
1 parent 2039461 commit cb7f2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/email-link-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To initiate the authentication flow, present an interface that prompts the user
5050

5151
1. Construct the ActionCodeSettings object, which provides Firebase with instructions on how to construct the email link. Set the following fields:
5252

53-
* `url`: The deep link to embed and any additional state to be passed along. The link's domain has to be whitelisted in the Firebase Console list of authorized domains, which can be found by going to the Sign-in method tab (Authentication -> Sign-in method). The link will redirect the user to this URL if the app is not installed on their device and the app was not able to be installed.
53+
* `url`: The deep link to embed and any additional state to be passed along. The link's domain has to be whitelisted in the Firebase Console list of authorized domains, which can be found by going to the Settings tab (Authentication -> Settings -> Authorized Domains). The link will redirect the user to this URL if the app is not installed on their device and the app was not able to be installed.
5454

5555
* `androidPackageName` and `IOSBundleId`: The apps to use when the sign-in link is opened on an Android or iOS device. Learn more on how to configure Firebase Dynamic Links to open email action links via mobile apps.
5656

0 commit comments

Comments
 (0)