SDK bundle/module removal

Firebase C++ SDK Google Mobile Ads removed bundled GMA link failure

A game build fails to link the formerly bundled GMA surface.

Firebase C++C++/game SDKSDK bundle/module removalfirebase_cpp

Agent Quick Fix

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

Product: Firebase C++
Current-contract area: Firebase C++ Google Mobile Ads removed
Likely root cause: A game build fails to link the formerly bundled GMA surface.
Repair direction: Verifier checks the supported main-module API and dependency graph without reintroducing removed artifacts. Check the supported successor flow and user-visible result.

Symptom

A game build fails to link the formerly bundled GMA surface.

Why This Happens

A BoM or aggregate package can stop publishing modules while source imports still look correct and old caches continue to mask the break.

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 C++ SDK Google Mobile Ads removed bundled GMA link failure
site:firebase.google.com/docs/cpp/release-notes mobile ads C++ SDK
https://firebase.google.com/support/release-notes/cpp-relnotes

Source Trail