diff --git a/auth/email_action_links.js b/auth/email_action_links.js index 5c21b09d..dd1d8e07 100644 --- a/auth/email_action_links.js +++ b/auth/email_action_links.js @@ -18,8 +18,8 @@ const actionCodeSettings = { installApp: true, minimumVersion: '12', }, - // FDL custom domain. - dynamicLinkDomain: 'coolapp.page.link', + // The domain must be configured in Firebase Hosting and owned by the project. + linkDomain: 'custom-domain.com', }; // [END init_action_code_settings]