Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion auth-next/email-link-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function emailLinkActionCodeSettings() {
installApp: true,
minimumVersion: '12'
},
dynamicLinkDomain: 'example.page.link'
// The domain must be configured in Firebase Hosting and owned by the project.
linkDomain: 'example.com'
};
// [END auth_email_link_actioncode_settings]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const actionCodeSettings = {
installApp: true,
minimumVersion: '12'
},
dynamicLinkDomain: 'example.page.link'
// The domain must be configured in Firebase Hosting and owned by the project.
linkDomain: 'example.com'
};
// [END auth_email_link_actioncode_settings_modular]
Loading