Skip to content

Commit 3c59509

Browse files
eseideltomarra
andauthored
docs: add caution about optional applicationIdSuffix in Android flavors guide (#526)
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 Co-authored-by: Tom Arra <tarra3@gmail.com>
1 parent b09b3ad commit 3c59509

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/content/docs/code-push/guides/flavors/android.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ buildTypes {
9494
</TabItem>
9595
</Tabs>
9696

97+
:::caution
98+
99+
The `applicationIdSuffix` property is optional. If you use services that depend
100+
on a consistent package name (e.g., Firebase), removing `applicationIdSuffix`
101+
may be necessary to avoid configuration issues.
102+
103+
:::
104+
97105
Lastly, edit `android/app/src/main/AndroidManifest.xml` to use the
98106
`applicationLabel` so that we can differentiate the two apps easily:
99107

0 commit comments

Comments
 (0)