Skip to content

Commit 6c5d8e1

Browse files
committed
Update custom domain example
1 parent 4ac08f9 commit 6c5d8e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth-next/email-link-auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function emailLinkActionCodeSettings() {
2020
minimumVersion: '12'
2121
},
2222
// The domain must be configured in Firebase Hosting and owned by the project.
23-
linkDomain: 'example.com'
23+
linkDomain: 'custom-domain.com'
2424
};
2525
// [END auth_email_link_actioncode_settings]
2626
}

snippets/auth-next/email-link-auth/auth_email_link_actioncode_settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ const actionCodeSettings = {
2020
minimumVersion: '12'
2121
},
2222
// The domain must be configured in Firebase Hosting and owned by the project.
23-
linkDomain: 'example.com'
23+
linkDomain: 'custom-domain.com'
2424
};
2525
// [END auth_email_link_actioncode_settings_modular]

0 commit comments

Comments
 (0)