We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Firebase Dynamic Links will stop working August 25th 2025.
Migration instructions indicate that to use a custom domain one should update usage of ActionCodeSettings to use linkDomain, see also in the Firebase Admin docs.
ActionCodeSettings
linkDomain
We currently depend upon firebase-admin-python generate_sign_in_with_email_link to generate email links, firebase-admin-python hasn't been updated with link_domain and currently only supports dynamic_link_domain, firebase-admin-node has been updated with support for linkDomain so I assume this should be officially supported, please let me know if this is not the case.
firebase-admin-python
generate_sign_in_with_email_link
link_domain
dynamic_link_domain
firebase-admin-node
Describe the solution you'd like
ActionCodeSettings should be updated to accept link_domain and encode_action_code_settings should be updated to handle link_domain.
encode_action_code_settings
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Firebase Dynamic Links will stop working August 25th 2025.
Migration instructions indicate that to use a custom domain one should update usage of
ActionCodeSettings
to uselinkDomain
, see also in the Firebase Admin docs.We currently depend upon
firebase-admin-python
generate_sign_in_with_email_link
to generate email links,firebase-admin-python
hasn't been updated withlink_domain
and currently only supportsdynamic_link_domain
,firebase-admin-node
has been updated with support forlinkDomain
so I assume this should be officially supported, please let me know if this is not the case.Describe the solution you'd like
ActionCodeSettings
should be updated to acceptlink_domain
andencode_action_code_settings
should be updated to handlelink_domain
.The text was updated successfully, but these errors were encountered: