Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
App Check für ein Projekt aktivieren
In dieser Anleitung erfahren Sie, wie Sie Firebase App Check für Ihr Identity Platform-Projekt aktivieren.
App Check verwendet Attestierungsdienste, um zu prüfen, ob Anfragen an Ihr Projekt von Ihrer App oder von einem authentischen, nicht manipulierten Gerät stammen.
App Check bietet Schutz für die folgenden Vorgänge, die vom Client-SDK verwendet werden:
Ruft die möglichen Anmeldemethoden für die angegebene E-Mail-Adresse ab, wenn Sie sich mit einem Identitätsanbieter wie Google, Facebook oder Apple anmelden.
Registriert einen neuen Nutzer mit E‑Mail-Adresse und Passwort oder einen anonymen Nutzer oder führt ein Upgrade eines anonymen Nutzers auf E‑Mail-Adresse und Passwort durch.
Schließt eine Out-of-Band-Passwortzurücksetzung ab oder prüft einen Bestätigungscode, der einem Nutzer per E-Mail oder über einen anderen Out-of-Band-Mechanismus gesendet wurde.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)"]]