Service/model retirement

Firebase Android BoM dynamic links removed release notes Firebase Dynamic Links shutdown

Dependency resolution succeeds only when manually pinning an old artifact; current BoM exposes no version.

Firebase AndroidAndroid/mobile SDKService/model retirementfirebase_android

Agent Quick Fix

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

Product: Firebase Android
Current-contract area: Firebase Dynamic Links library removed from Android BoM
Likely root cause: Dependency resolution succeeds only when manually pinning an old artifact; current BoM exposes no version.
Repair direction: Verifier checks migration to the supported successor and preservation of key behavior/data. Check the resolved dependency graph and runtime behavior on the declared minimum platform.

Symptom

Dependency resolution succeeds only when manually pinning an old artifact; current BoM exposes no version.

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 Android BoM dynamic links removed release notes Firebase Dynamic Links shutdown
Firebase Android BoM dynamic-links removed BoM release notes
site:firebase.google.com/support/release-notes/android dynamic links BoM removed
https://firebase.google.com/support/release-notes/android
'Dynamic Links' in https://firebase.google.com/support/release-notes/android
'version 34.0.0' in https://firebase.google.com/support/release-notes/android
https://firebase.google.com/support/dynamic-links-faq

Source Trail