You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ActionCodeSettings.linkDomain and deprecate ActionCodeSettings.dynamicLinkDomain (#8738)
* Add linkDomain field to ActionCodeSettings (#8428)
* Add linkDomain field to ActionCodeSettings
* Update API reports
* Update error message for ERROR_INVALID_HOSTING_LINK_DOMAIN to include that default hosting domains cannot be used.
* Use constants for test values
---------
Co-authored-by: NhienLam <[email protected]>
* FDL Deprecation & Hosting link Integration Test (#8603)
* Implement Integration test for passwordless email sign-in via firebase-hosting links.
* Add license to new test file created' did not match any files
* Remove unwanted _
* Add support for setting custom hosting link domain in test app (#8614)
* Add afterEach method and apply formatting to the hosting links integration test (#8615)
* Mark ActionCodeSettings.dynamicLinkDomain as deprecated
* Add changeset
* Update API reports
* Address review comments
* Fix changeset
* Update refdocs and address review comments
* Update deprecated comment
* Add FDL deprecation FAQ link
* Fix linkDomain link in refdocs
---------
Co-authored-by: NhienLam <[email protected]>
Co-authored-by: mansisampat <[email protected]>
Added `ActionCodeSettings.linkDomain` to customize the Firebase Hosting link domain that is used in mobile out-of-band email action flows. Also, deprecated `ActionCodeSettings.dynamicLinkDomain`.
0 commit comments