File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
snippets/auth-next/email-link-auth Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ function emailLinkActionCodeSettings() {
19
19
installApp : true ,
20
20
minimumVersion : '12'
21
21
} ,
22
- dynamicLinkDomain : 'example.page.link'
22
+ // The domain must be configured in Firebase Hosting and owned by the project.
23
+ linkDomain : 'custom-domain.com'
23
24
} ;
24
25
// [END auth_email_link_actioncode_settings]
25
26
}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const actionCodeSettings = {
19
19
installApp : true ,
20
20
minimumVersion : '12'
21
21
} ,
22
- dynamicLinkDomain : 'example.page.link'
22
+ // The domain must be configured in Firebase Hosting and owned by the project.
23
+ linkDomain : 'custom-domain.com'
23
24
} ;
24
25
// [END auth_email_link_actioncode_settings_modular]
You can’t perform that action at this time.
0 commit comments