Skip to content

docs(app_check): add additional steps to ensure App Check works on specific devices #17110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/app-check/default-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
### 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
For certain devices like Xiaomi, you need to enable "Meets basic device integrity" in the
Note: For certain Android devices, 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),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Play Integrity API settings, as mentioned in [this issue comment](https://github.com/firebase/flutterfire/issues/17106#issuecomment-2663422877),
Play console

to ensure App Check functions properly.
Loading