We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac08f9 commit 6c5d8e1Copy full SHA for 6c5d8e1
auth-next/email-link-auth.js
@@ -20,7 +20,7 @@ function emailLinkActionCodeSettings() {
20
minimumVersion: '12'
21
},
22
// The domain must be configured in Firebase Hosting and owned by the project.
23
- linkDomain: 'example.com'
+ linkDomain: 'custom-domain.com'
24
};
25
// [END auth_email_link_actioncode_settings]
26
}
snippets/auth-next/email-link-auth/auth_email_link_actioncode_settings.js
@@ -20,6 +20,6 @@ const actionCodeSettings = {
// [END auth_email_link_actioncode_settings_modular]
0 commit comments