From 768016161c12063f91deccb48c59d30f7330ab87 Mon Sep 17 00:00:00 2001 From: Jude Kwashie Date: Tue, 18 Feb 2025 11:05:12 +0000 Subject: [PATCH 1/3] doc(app_check): add additional steps to ensure App Check works on specific devices. --- docs/app-check/default-providers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/app-check/default-providers.md b/docs/app-check/default-providers.md index 9d3b8da0cb23..98b9ef5d6414 100644 --- a/docs/app-check/default-providers.md +++ b/docs/app-check/default-providers.md @@ -141,3 +141,8 @@ environment, you can create a debug build of your app that uses the App Check debug provider instead of a real attestation provider. See [Use App Check with the debug provider in Flutter apps](/docs/app-check/flutter/debug-provider). + +### Additional Steps to Enable App Check on Specific Devices (e.g. Xiaomi) +For certain devices like Xiaomi, you need to enable "Meets basic device integrity" in the +Play Integrity API settings, as mentioned in [this issue comment](https://github.com/firebase/flutterfire/issues/17106#issuecomment-2663422877), +to ensure App Check functions properly. \ No newline at end of file From 4fbe33e0e314eaa76f03976f6f6dc5def277b8c5 Mon Sep 17 00:00:00 2001 From: Jude Kwashie Date: Tue, 18 Feb 2025 15:14:23 +0000 Subject: [PATCH 2/3] chore: resolve comment --- docs/app-check/default-providers.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/app-check/default-providers.md b/docs/app-check/default-providers.md index 98b9ef5d6414..df4cc928e5a4 100644 --- a/docs/app-check/default-providers.md +++ b/docs/app-check/default-providers.md @@ -142,7 +142,5 @@ App Check debug provider instead of a real attestation provider. See [Use App Check with the debug provider in Flutter apps](/docs/app-check/flutter/debug-provider). -### Additional Steps to Enable App Check on Specific Devices (e.g. Xiaomi) -For certain devices like Xiaomi, you need to enable "Meets basic device integrity" in the -Play Integrity API settings, as mentioned in [this issue comment](https://github.com/firebase/flutterfire/issues/17106#issuecomment-2663422877), -to ensure App Check functions properly. \ No newline at end of file +Note: For certain Android devices, you need to enable "Meets basic device integrity" in the +Play console. \ No newline at end of file From b16ef2e0dfcb40203b350a4427a8590e8aa8ad1a Mon Sep 17 00:00:00 2001 From: Jude Kwashie Date: Tue, 18 Feb 2025 15:28:54 +0000 Subject: [PATCH 3/3] chore: minor change --- docs/app-check/default-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app-check/default-providers.md b/docs/app-check/default-providers.md index df4cc928e5a4..77a37dc76087 100644 --- a/docs/app-check/default-providers.md +++ b/docs/app-check/default-providers.md @@ -143,4 +143,4 @@ App Check debug provider instead of a real attestation provider. See [Use App Check with the debug provider in Flutter apps](/docs/app-check/flutter/debug-provider). Note: For certain Android devices, you need to enable "Meets basic device integrity" in the -Play console. \ No newline at end of file +Google Play console. \ No newline at end of file