Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Activer App Check pour un projet
Ce guide vous explique comment activer Firebase App Check pour votre projet Identity Platform.
App Check utilise des services d'attestation pour vérifier que les requêtes envoyées à votre projet proviennent de votre application ou d'un appareil authentique et non modifié.
App Check protège les opérations suivantes utilisées par le SDK client :
Obtient les méthodes de connexion possibles pour l'adresse e-mail fournie lors de la connexion avec un fournisseur d'identité tel que Google, Facebook ou Apple.
Inscrit un nouvel utilisateur avec une adresse e-mail et un mot de passe ou un utilisateur anonyme, ou met à niveau un utilisateur anonyme vers une adresse e-mail et un mot de passe.
Effectue une réinitialisation du mot de passe hors bande ou vérifie un code de validation envoyé à un utilisateur par e-mail ou par un autre mécanisme hors bande.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[],[],null,["# Enable App Check for a project\n==============================\n\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThis guide shows you how to enable Firebase App Check for your Identity Platform project.\n\nApp Check uses [attestation services](https://firebase.google.com/docs/app-check) to check that requests made to your project\noriginate from your app or from an authentic, untampered device.\n| **Note:** App Check is supported on Android, iOS, and web. Integrating with the App Check SDK might limit SDK support on web workers, service workers, and Cordova, due to limitations in reCAPTCHA support. You can work around these limitations by using a [custom App Check provider](https://firebase.google.com/docs/app-check/web/custom-provider).\n\nApp Check provides protection for the following operations used by the client SDK:\n\n### Authentication operations\n\n### Account management operations\n\nEnable App Check\n----------------\n\nTo enable App Check for your project, do the following:\n\n1. In the Firebase console, go to **Build** \\\u003e **App Check**.\n\n2. Click **Get started**.\n\n3. [Follow the getting starting guide](https://firebase.google.com/docs/app-check#get_started) to register and implement App Check in your project.\n\nWhat's next\n-----------\n\n- [Enable email enumeration protection](/identity-platform/docs/admin/email-enumeration-protection) for your app\n- [Protect your app from SMS abuse](/identity-platform/docs/admin/sms-regions)"]]