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 e29c2c3 commit cccc005Copy full SHA for cccc005
auth/email_action_links.js
@@ -18,8 +18,8 @@ const actionCodeSettings = {
18
installApp: true,
19
minimumVersion: '12',
20
},
21
- // FDL custom domain.
22
- dynamicLinkDomain: 'coolapp.page.link',
+ // The domain must be configured in Firebase Hosting and owned by the project.
+ linkDomain: 'custom-domain.com',
23
};
24
// [END init_action_code_settings]
25
0 commit comments