Skip to content

docs: clarify that applicationIdSuffix is optional in Android flavors guide#526

Draft
eseidel wants to merge 1 commit intomainfrom
worktree-functional-honking-floyd
Draft

docs: clarify that applicationIdSuffix is optional in Android flavors guide#526
eseidel wants to merge 1 commit intomainfrom
worktree-functional-honking-floyd

Conversation

@eseidel
Copy link
Copy Markdown
Contributor

@eseidel eseidel commented Apr 1, 2026

Summary

  • Adds a caution admonition after the flavor configuration code blocks in the Android flavors guide, noting that applicationIdSuffix is optional and may cause issues with services like Firebase that depend on consistent package names.

Closes #156

Test plan

  • Verify the caution admonition renders correctly on the docs site
  • Confirm it appears between the flavor config tabs and the AndroidManifest section

…rs guide

Add a caution admonition noting that applicationIdSuffix is optional and
may cause issues with services like Firebase that depend on consistent
package names.

Closes #156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

applicationIdSuffix line could be confusing when setting up flavors

1 participant