Service/model retirement

Firebase Admin Java ActionCodeSettings dynamicLinkDomain deprecated linkDomain email action links

Generated action links use an obsolete configuration field/domain.

Firebase Admin JavaServer SDKService/model retirementfirebase_admin_java

Agent Quick Fix

Repair against the current Firebase Admin Java contract, then keep the change narrow and source-backed.

Product: Firebase Admin Java
Current-contract area: Firebase Admin Java dynamicLinkDomain deprecated for email actions
Likely root cause: Generated action links use an obsolete configuration field/domain.
Repair direction: Verifier checks migration to the supported successor and preservation of key behavior/data. Verify the final redirect and action completion.

Symptom

Generated action links use an obsolete configuration field/domain.

Why This Happens

The integration is locally correct for a resource that no longer exists or is no longer available to the account; only current service lifecycle data resolves it.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

Firebase Admin Java ActionCodeSettings dynamicLinkDomain deprecated linkDomain email action links
site:firebase.google.com/docs/reference/admin/java ActionCodeSettings dynamicLinkDomain linkDomain
Firebase email action links linkDomain dynamicLinkDomain deprecated
https://firebase.google.com/docs/reference/admin/java/reference/com/google/firebase/auth/ActionCodeSettings.Builder
'setDynamicLinkDomain' in https://firebase.google.com/docs/reference/admin/java/reference/com/google/firebase/auth/ActionCodeSettings.Builder

Source Trail