Skip to content

Commit cccc005

Browse files
s-chandelsSumit Chandel
and
Sumit Chandel
authored
Updated email link snippet to use hosting (#391)
Co-authored-by: Sumit Chandel <[email protected]>
1 parent e29c2c3 commit cccc005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: auth/email_action_links.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const actionCodeSettings = {
1818
installApp: true,
1919
minimumVersion: '12',
2020
},
21-
// FDL custom domain.
22-
dynamicLinkDomain: 'coolapp.page.link',
21+
// The domain must be configured in Firebase Hosting and owned by the project.
22+
linkDomain: 'custom-domain.com',
2323
};
2424
// [END init_action_code_settings]
2525

0 commit comments

Comments
 (0)