We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dynamicLinkDomain
1 parent 3d04522 commit 467eaa1Copy full SHA for 467eaa1
2 files changed
auth-next/email-link-auth.js
@@ -19,7 +19,8 @@ function emailLinkActionCodeSettings() {
19
installApp: true,
20
minimumVersion: '12'
21
},
22
- dynamicLinkDomain: 'example.page.link'
+ // The domain must be configured in Firebase Hosting and owned by the project.
23
+ 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
@@ -19,6 +19,7 @@ const actionCodeSettings = {
// [END auth_email_link_actioncode_settings_modular]
0 commit comments