firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

feat: add ImageConfig and new FinishReasons for image generation

Open thatfiredev opened this issue 2 months ago • 4 comments

thatfiredev avatar Oct 02 '25 12:10 thatfiredev

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

github-actions[bot] avatar Oct 02 '25 12:10 github-actions[bot]

Coverage Report 1

Affected Products

No changes between base commit (bc2bc5c) and merge commit (b48477b).

Test Logs

google-oss-bot avatar Oct 02 '25 12:10 google-oss-bot

Size Report 1

Affected Products

  • firebase-ai

    TypeBase (bc2bc5c)Merge (b48477b)Diff
    aar1.11 MB1.12 MB+12.6 kB (+1.1%)
    apk (aggressive)1.71 MB1.72 MB+5.93 kB (+0.3%)
    apk (release)11.0 MB11.0 MB+9.08 kB (+0.1%)

Test Logs

google-oss-bot avatar Oct 02 '25 13:10 google-oss-bot

The public api surface has changed for the subproject firebase-ai: error: Removed field com.google.firebase.ai.type.FinishReason.IMAGE_OTHER [RemovedField] error: Removed field com.google.firebase.ai.type.FinishReason.IMAGE_RECITATION [RemovedField]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

google-oss-bot avatar Oct 17 '25 16:10 google-oss-bot

The public api surface has changed for the subproject firebase-ai: error: Added field com.google.firebase.ai.type.FinishReason.IMAGE_OTHER [AddedField] error: Added field com.google.firebase.ai.type.FinishReason.IMAGE_RECITATION [AddedField]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

google-oss-bot avatar Dec 16 '25 18:12 google-oss-bot