From 04ed440a06ce0d45b1bb45ce4785e13a9a4478e1 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 20 Oct 2023 06:01:22 -0500 Subject: [PATCH] docs(app, android): update android install docs w/new app package namespace location in AGP8+ compatible projects the package name will be in android/app/build.gradle, not in the old location in AndroidManifest.xml --- .spellcheck.dict.txt | 1 + docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.spellcheck.dict.txt b/.spellcheck.dict.txt index c40a4568b8..ea75a5027e 100644 --- a/.spellcheck.dict.txt +++ b/.spellcheck.dict.txt @@ -200,6 +200,7 @@ Utils v15 v5 v6 +v7 v9 VPN VSCode diff --git a/docs/index.md b/docs/index.md index 5df430508b..38a81c1f88 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.