feat(auth): Update `ActionCodeSettings` to support `link_domain` and deprecate `dynamic_link_domain` by huwmartin · Pull Request #884 · firebase/firebase-admin-python

added 3 commits

May 30, 2025 13:23
…ings to handle link_domain

Xiaoshouzi-gh

@huwmartin

Xiaoshouzi-gh

Xiaoshouzi-gh

@huwmartin

@huwmartin

jonathanedey

@huwmartin

jonathanedey

egilmorez

@huwmartin

@huwmartin

@jonathanedey jonathanedey changed the title Update ActionCodeSettings to support link_domain feat(auth) Update ActionCodeSettings to support link_domain and deprecate dynamic_link_domain

Jul 23, 2025

@jonathanedey jonathanedey changed the title feat(auth) Update ActionCodeSettings to support link_domain and deprecate dynamic_link_domain feat(auth): Update ActionCodeSettings to support link_domain and deprecate dynamic_link_domain

Jul 23, 2025

jonathanedey pushed a commit that referenced this pull request

Aug 13, 2025
…eprecate `dynamic_link_domain` (#884)

* Add link_domain to ActionCodeSettings; update encode_action_code_settings to handle link_domain

* Add handling for InvalidHostingLinkDomainError

* Add deprecation warning for dynamic_link_domain

* Update error message for InvalidHostingLinkDomainError

* Fix lint

* Add type hints to ActionCodeSettings

* Fix f-string lint