Skip to content

Commit

Permalink
docs(app, android): update android install docs w/new app package nam…
Browse files Browse the repository at this point in the history
…espace location

in AGP8+ compatible projects the package name will be in android/app/build.gradle,
not in the old location in AndroidManifest.xml
  • Loading branch information
mikehardy committed Oct 21, 2023
1 parent fd13999 commit 04ed440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .spellcheck.dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Utils
v15
v5
v6
v7
v9
VPN
VSCode
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ to your project.
#### Generating Android credentials

On the Firebase console, add a new Android application and enter your projects details. The "Android package name" must match your
local projects package name which can be found inside of the `manifest` tag within the `/android/app/src/main/AndroidManifest.xml`
file within your project.
local projects package name which can be found inside of the `namespace` field in `/android/app/build.gradle`, or in the
`manifest` tag within the `/android/app/src/main/AndroidManifest.xml` file within your project for projects using android gradle plugin v7 and below

> The debug signing certificate is optional to use Firebase with your app, but is required for Dynamic Links, Invites and Phone Authentication.
> To generate a certificate run `cd android && ./gradlew signingReport`. This generates two variant keys.
Expand Down

1 comment on commit 04ed440

@vercel
Copy link

@vercel vercel bot commented on 04ed440 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.