Firebase Authentication

Firebase Authentication Fournisseur IAM

Google-backed authentication service. Base auth is free with no MAU limit. Upgrading to Identity Platform adds MFA, multi-tenancy, SAML, and OIDC at $0.0015/MAU at scale. Cheapest option for high-volume applications.

Fonctionnalités

Si vous souhaitez comparer les fonctionnalités IAM de différents fournisseurs, consultez le benchmark des fournisseurs d'identité (C)IAM.

Vous cherchez la compatibilité au niveau du protocole OpenID Connect entre les fournisseurs ? Consultez le benchmark des fournisseurs OpenID Connect.

Foire aux questions

Firebase Authentication prend-il en charge Nom d'utilisateur et mot de passe méthode d'authentification ?

Firebase Authentication prend en charge Nom d'utilisateur et mot de passe méthode d'authentification. En savoir plus

Firebase Authentication prend-il en charge Connexion sociale méthode d'authentification ?

Firebase Authentication prend en charge Connexion sociale méthode d'authentification. Google, Apple, Facebook, Twitter/X, GitHub, Microsoft, Yahoo, Game Center, Play Games. En savoir plus

Firebase Authentication prend-il en charge Passkey méthode d'authentification ?

Firebase Authentication ne prend pas en charge Passkey méthode d'authentification. No native passkey/WebAuthn sign-in in Firebase Auth SDKs. Third-party extensions (e.g., Corbado) or a custom OIDC provider workaround are the only options. En savoir plus

Firebase Authentication prend-il en charge Email Passwordless méthode d'authentification ?

Firebase Authentication ne prend pas en charge Email Passwordless méthode d'authentification. Email OTP (one-time code) as a distinct passwordless sign-in method is not supported. Email link (magic link) is the only email-based passwordless flow. En savoir plus

Firebase Authentication prend-il en charge Phone Passwordless méthode d'authentification ?

Firebase Authentication prend en charge Phone Passwordless méthode d'authentification. Phone OTP via SMS. Billed per use on the Blaze (pay-as-you-go) plan. En savoir plus

Firebase Authentication prend-il en charge Magic Link méthode d'authentification ?

Firebase Authentication prend en charge Magic Link méthode d'authentification. Email link (magic link) sign-in for passwordless authentication. En savoir plus

Firebase Authentication prend-il en charge Anonymous / Guest méthode d'authentification ?

Firebase Authentication prend en charge Anonymous / Guest méthode d'authentification. Create anonymous user accounts that can be converted to permanent accounts on sign-up. En savoir plus

Firebase Authentication prend-il en charge Time-based One-Time Password (TOTP) MFA ?

Firebase Authentication prend en charge Time-based One-Time Password (TOTP) MFA. TOTP MFA available via Firebase Identity Platform (requires upgrade from base Firebase Auth). En savoir plus

Firebase Authentication prend-il en charge HMAC-based One-Time Password (HOTP) MFA ?

Firebase Authentication ne prend pas en charge HMAC-based One-Time Password (HOTP) MFA. En savoir plus

Firebase Authentication prend-il en charge Universal 2nd Factor (U2F) MFA ?

Firebase Authentication ne prend pas en charge Universal 2nd Factor (U2F) MFA. En savoir plus

Firebase Authentication prend-il en charge WebAuthn MFA ?

Firebase Authentication ne prend pas en charge WebAuthn MFA. En savoir plus

Firebase Authentication prend-il en charge Email Code MFA ?

Firebase Authentication ne prend pas en charge Email Code MFA. Email verification is required for MFA, but it cannot be used as the second factor. En savoir plus

Firebase Authentication prend-il en charge Phone Code MFA ?

Firebase Authentication prend en charge Phone Code MFA. SMS MFA via Firebase Identity Platform. En savoir plus

Firebase Authentication prend-il en charge Recovery Code MFA ?

Firebase Authentication ne prend pas en charge Recovery Code MFA. Not supported natively. Enroll multiple factors to prevent lockout. En savoir plus

Firebase Authentication prend-il en charge Push Notification MFA ?

Firebase Authentication ne prend pas en charge Push Notification MFA. Not supported natively. Custom implementation via Firebase Cloud Messaging required. En savoir plus

Firebase Authentication prend-il en charge Adaptive / Risk-Based MFA MFA ?

Firebase Authentication ne prend pas en charge Adaptive / Risk-Based MFA MFA. Not supported natively. Implement via custom Blocking Functions. En savoir plus

Firebase Authentication prend-il en charge Cisco Duo MFA ?

Firebase Authentication ne prend pas en charge Cisco Duo MFA. No native integration. En savoir plus

Firebase Authentication prend-il en charge Step-Up Authentication MFA ?

Firebase Authentication prend en charge Step-Up Authentication MFA. Supported via reauthenticateWithCredential() and incremental MFA enrollment/verification patterns. En savoir plus

Firebase Authentication prend-il en charge OpenID Connect (OIDC) protocole d'intégration ?

Firebase Authentication prend en charge OpenID Connect (OIDC) protocole d'intégration. OIDC provider support via Firebase Identity Platform. En savoir plus

Firebase Authentication prend-il en charge SAML 2.0 protocole d'intégration ?

Firebase Authentication prend en charge SAML 2.0 protocole d'intégration. SAML provider support via Firebase Identity Platform. En savoir plus

Firebase Authentication prend-il en charge WS-Federation protocole d'intégration ?

Firebase Authentication ne prend pas en charge WS-Federation protocole d'intégration. Only SAML 2.0 and OIDC are supported as federated protocols; WS-Federation is not. En savoir plus

Firebase Authentication prend-il en charge Machine-to-Machine (M2M) Authentication protocole d'intégration ?

Firebase Authentication prend partiellement en charge Machine-to-Machine (M2M) Authentication protocole d'intégration. Custom tokens signed by a Google service account can authenticate backend services to Firebase. No native OAuth 2.0 client credentials (M2M) flow. En savoir plus

Firebase Authentication prend-il en charge OpenID Connect (OIDC) Federation fédération d'identité ?

Firebase Authentication prend en charge OpenID Connect (OIDC) Federation fédération d'identité. OIDC enterprise identity provider connections via Identity Platform. En savoir plus

Firebase Authentication prend-il en charge SAML 2.0 Federation fédération d'identité ?

Firebase Authentication prend en charge SAML 2.0 Federation fédération d'identité. SAML enterprise identity provider connections via Identity Platform. En savoir plus

Firebase Authentication prend-il en charge Active Directory / LDAP fédération d'identité ?

Firebase Authentication ne prend pas en charge Active Directory / LDAP fédération d'identité. No native LDAP/Active Directory connector. AD users can federate via SAML or OIDC (e.g., Azure AD as an IdP). En savoir plus

Firebase Authentication prend-il en charge Azure Active Directory (Entra ID) fédération d'identité ?

Firebase Authentication prend en charge Azure Active Directory (Entra ID) fédération d'identité. Microsoft/Azure AD via the built-in Microsoft OAuth provider or as a generic OIDC/SAML provider via Identity Platform. En savoir plus

Firebase Authentication prend-il en charge Bulk User Import gestion des utilisateurs ?

Firebase Authentication prend en charge Bulk User Import gestion des utilisateurs. En savoir plus

Firebase Authentication prend-il en charge Password Hash Import (Multiple Formats) gestion des utilisateurs ?

Firebase Authentication prend en charge Password Hash Import (Multiple Formats) gestion des utilisateurs. Import password hashes in bcrypt, scrypt, standard/modified PBKDF2, SHA, HMAC, and MD5. En savoir plus

Firebase Authentication prend-il en charge Bulk User Export gestion des utilisateurs ?

Firebase Authentication prend en charge Bulk User Export gestion des utilisateurs. En savoir plus

Firebase Authentication prend-il en charge Bulk User Update / Delete gestion des utilisateurs ?

Firebase Authentication prend en charge Bulk User Update / Delete gestion des utilisateurs. deleteUsers() accepts up to 1,000 UIDs per call; getUsers() accepts up to 100 identifiers. Available since Admin Node.js SDK v8.12.0. En savoir plus

Firebase Authentication prend-il en charge Upsert on Import gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge Upsert on Import gestion des utilisateurs. importUsers() does not perform upserts. It processes users without deduplication; importing an existing UID/email fails for that record. Use updateUser() individually to update existing accounts. En savoir plus

Firebase Authentication prend-il en charge Legacy Username Import (Non-Allowed Characters) gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge Legacy Username Import (Non-Allowed Characters) gestion des utilisateurs. Firebase Authentication does not have a native username field. Display names are stored as displayName (no uniqueness or format constraints), but true username-based auth requires custom Firestore logic. importUsers() supports uid (up to 128 chars), email, and phone but not a separate username field. En savoir plus

Firebase Authentication prend-il en charge MFA Enrollment Import gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge MFA Enrollment Import gestion des utilisateurs. importUsers() does not support importing pre-existing TOTP or SMS MFA enrollments. Users must re-enroll MFA after migration. En savoir plus

Firebase Authentication prend-il en charge Inbound SCIM Provisioning gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge Inbound SCIM Provisioning gestion des utilisateurs. No native SCIM endpoint. User lifecycle management must use the Admin SDK REST API or third-party bridges. En savoir plus

Firebase Authentication prend-il en charge Outbound SCIM Provisioning gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge Outbound SCIM Provisioning gestion des utilisateurs. No outbound SCIM provisioning to downstream systems. En savoir plus

Firebase Authentication prend-il en charge SCIM Groups Provisioning gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge SCIM Groups Provisioning gestion des utilisateurs. No group/role objects via SCIM. Groups must be implemented via custom claims or Firestore. En savoir plus

Firebase Authentication prend-il en charge Just-In-Time (JIT) User Provisioning gestion des utilisateurs ?

Firebase Authentication prend en charge Just-In-Time (JIT) User Provisioning gestion des utilisateurs. Users are created automatically on first sign-in via social/SAML/OIDC providers. Blocking functions allow custom logic during this flow. En savoir plus

Firebase Authentication prend-il en charge Lazy / Trickle Migration from Legacy Database gestion des utilisateurs ?

Firebase Authentication prend partiellement en charge Lazy / Trickle Migration from Legacy Database gestion des utilisateurs. Gradual migration via blocking functions that call an existing auth system. En savoir plus

Firebase Authentication prend-il en charge Self-Service Profile Management Portal gestion des utilisateurs ?

Firebase Authentication prend partiellement en charge Self-Service Profile Management Portal gestion des utilisateurs. FirebaseUI provides a basic profile update flow. Custom profile management requires building your own UI.

Firebase Authentication prend-il en charge User Account Linking gestion des utilisateurs ?

Firebase Authentication prend en charge User Account Linking gestion des utilisateurs. Link multiple authentication providers to a single Firebase user account. En savoir plus

Firebase Authentication prend-il en charge User Blocking / Banning gestion des utilisateurs ?

Firebase Authentication prend en charge User Blocking / Banning gestion des utilisateurs. Disable user accounts to prevent sign-in. En savoir plus

Firebase Authentication prend-il en charge User Metadata gestion des utilisateurs ?

Firebase Authentication prend en charge User Metadata gestion des utilisateurs. Store custom data in Firebase Realtime Database, Firestore, or user custom claims. En savoir plus

Firebase Authentication prend-il en charge Application Metadata gestion des utilisateurs ?

Firebase Authentication prend en charge Application Metadata gestion des utilisateurs. Custom claims for app-managed metadata (server-controlled). En savoir plus

Firebase Authentication prend-il en charge Metadata Size Limits gestion des utilisateurs ?

Firebase Authentication prend partiellement en charge Metadata Size Limits gestion des utilisateurs. Custom claims limited to 1000 bytes per user.

Firebase Authentication prend-il en charge User Search gestion des utilisateurs ?

Firebase Authentication prend partiellement en charge User Search gestion des utilisateurs. List users with pagination. Limited search capabilities via Admin SDK. En savoir plus

Firebase Authentication prend-il en charge Role-Based Access Control (RBAC) gestion des utilisateurs ?

Firebase Authentication prend partiellement en charge Role-Based Access Control (RBAC) gestion des utilisateurs. Role-based access implemented via custom claims. No built-in RBAC UI or API. En savoir plus

Firebase Authentication prend-il en charge Organizations (Multi-Tenancy B2B) gestion des utilisateurs ?

Firebase Authentication prend partiellement en charge Organizations (Multi-Tenancy B2B) gestion des utilisateurs. Multi-tenancy via separate Identity Platform tenants. Basic B2B model, no native organization abstraction. En savoir plus

Firebase Authentication prend-il en charge Password Strength Policies gestion des utilisateurs ?

Firebase Authentication prend en charge Password Strength Policies gestion des utilisateurs. Password policy configuration in Firebase Console. En savoir plus

Firebase Authentication prend-il en charge Username Restrictions gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge Username Restrictions gestion des utilisateurs. Firebase Auth has no native username field with format restrictions. The displayName field is free-form. Custom username enforcement requires application-level logic (e.g., Firestore uniqueness checks). En savoir plus

Firebase Authentication prend-il en charge Progressive Profiling / Forms gestion des utilisateurs ?

Firebase Authentication ne prend pas en charge Progressive Profiling / Forms gestion des utilisateurs. No built-in progressive profiling flow. Can be implemented with custom UI and Blocking Functions. En savoir plus

Firebase Authentication prend-il en charge Attribute-Based Access Control (ABAC) contrôle d'accès ?

Firebase Authentication ne prend pas en charge Attribute-Based Access Control (ABAC) contrôle d'accès. No native ABAC. Implement via Firebase Security Rules and custom claims.

Firebase Authentication prend-il en charge Fine-Grained Authorization (FGA / ReBAC) contrôle d'accès ?

Firebase Authentication ne prend pas en charge Fine-Grained Authorization (FGA / ReBAC) contrôle d'accès.

Firebase Authentication prend-il en charge API Authorization (Scopes / Permissions) contrôle d'accès ?

Firebase Authentication prend partiellement en charge API Authorization (Scopes / Permissions) contrôle d'accès. Custom claims and Firebase Security Rules for API/resource authorization. En savoir plus

Firebase Authentication prend-il en charge Audit Log Retention fonctionnalité de sécurité ?

Firebase Authentication prend partiellement en charge Audit Log Retention fonctionnalité de sécurité. Firebase Auth logs via Google Cloud Audit Logs on Identity Platform. En savoir plus

Firebase Authentication prend-il en charge Audit Log Streaming fonctionnalité de sécurité ?

Firebase Authentication prend partiellement en charge Audit Log Streaming fonctionnalité de sécurité. Logs exportable to BigQuery and Cloud Logging. En savoir plus

Firebase Authentication prend-il en charge Security Center (Threat Monitoring Dashboard) fonctionnalité de sécurité ?

Firebase Authentication ne prend pas en charge Security Center (Threat Monitoring Dashboard) fonctionnalité de sécurité. No dedicated security dashboard or threat intelligence center. Security signals are available via Google Cloud Audit Logs and Identity Platform's reCAPTCHA integration. En savoir plus

Firebase Authentication prend-il en charge Encryption at Rest fonctionnalité de sécurité ?

Firebase Authentication prend en charge Encryption at Rest fonctionnalité de sécurité.

Firebase Authentication prend-il en charge Encryption in Transit fonctionnalité de sécurité ?

Firebase Authentication prend en charge Encryption in Transit fonctionnalité de sécurité.

Firebase Authentication prend-il en charge Customer Managed Keys (BYOK) fonctionnalité de sécurité ?

Firebase Authentication prend en charge Customer Managed Keys (BYOK) fonctionnalité de sécurité. Customer-managed encryption keys (CMEK) available via Identity Platform on Cloud KMS. En savoir plus

Firebase Authentication prend-il en charge Bot Detection fonctionnalité de sécurité ?

Firebase Authentication prend en charge Bot Detection fonctionnalité de sécurité. Identity Platform integrates natively with reCAPTCHA Enterprise for bot detection and SMS toll-fraud protection. App Check with reCAPTCHA Enterprise/v3 can also protect all Firebase backend endpoints. En savoir plus

Firebase Authentication prend-il en charge Brute Force Protection fonctionnalité de sécurité ?

Firebase Authentication prend en charge Brute Force Protection fonctionnalité de sécurité. Firebase automatically throttles sign-in attempts and returns auth/too-many-requests when thresholds are exceeded. Email enumeration protection is also available. En savoir plus

Firebase Authentication prend-il en charge Suspicious IP Throttling fonctionnalité de sécurité ?

Firebase Authentication ne prend pas en charge Suspicious IP Throttling fonctionnalité de sécurité. No built-in suspicious-IP throttling dashboard or policy. Implement via Blocking Functions or App Check with reCAPTCHA Enterprise. En savoir plus

Firebase Authentication prend-il en charge Breached Password Detection fonctionnalité de sécurité ?

Firebase Authentication ne prend pas en charge Breached Password Detection fonctionnalité de sécurité. No breached/compromised password detection (e.g., Have I Been Pwned integration). Must be implemented at the application layer. En savoir plus

Firebase Authentication prend-il en charge Credential Guard (Dark Web Monitoring) fonctionnalité de sécurité ?

Firebase Authentication ne prend pas en charge Credential Guard (Dark Web Monitoring) fonctionnalité de sécurité. No credential stuffing or credential-guard feature. App Check and reCAPTCHA Enterprise can partially mitigate automated credential attacks. En savoir plus

Firebase Authentication prend-il en charge Tenant Access Control List (IP ACL) fonctionnalité de sécurité ?

Firebase Authentication ne prend pas en charge Tenant Access Control List (IP ACL) fonctionnalité de sécurité. No tenant-level access control lists. Per-tenant isolation is achieved via Identity Platform multi-tenancy, but fine-grained tenant ACLs are not supported natively. En savoir plus

Firebase Authentication prend-il en charge Device Fingerprinting fonctionnalité de sécurité ?

Firebase Authentication ne prend pas en charge Device Fingerprinting fonctionnalité de sécurité. No native device fingerprinting. reCAPTCHA Enterprise signals (via Identity Platform) provide some device-level risk assessment. En savoir plus

Firebase Authentication prend-il en charge Per-Organization Branding multi-tenant ?

Firebase Authentication ne prend pas en charge Per-Organization Branding multi-tenant. No per-tenant/org custom branding in the hosted UI. Each Identity Platform tenant can have its own sign-in providers but shares the same FirebaseUI theme unless a fully custom UI is built per tenant. En savoir plus

Firebase Authentication prend-il en charge Per-Organization MFA Policy multi-tenant ?

Firebase Authentication ne prend pas en charge Per-Organization MFA Policy multi-tenant. MFA policies cannot be configured per tenant/organization in Identity Platform multi-tenancy. En savoir plus

Firebase Authentication prend-il en charge Hosted / Universal Login Page fonctionnalité de branding ?

Firebase Authentication prend en charge Hosted / Universal Login Page fonctionnalité de branding. FirebaseUI provides a hosted authentication flow. En savoir plus

Firebase Authentication prend-il en charge Embedded / Native Login Components fonctionnalité de branding ?

Firebase Authentication prend en charge Embedded / Native Login Components fonctionnalité de branding. Firebase Auth SDK for embedded login. FirebaseUI for ready-made components. En savoir plus

Firebase Authentication prend-il en charge White-Label / Full Brand Removal fonctionnalité de branding ?

Firebase Authentication prend en charge White-Label / Full Brand Removal fonctionnalité de branding. Full custom branding with FirebaseUI or custom UI.

Firebase Authentication prend-il en charge Localization / i18n fonctionnalité de branding ?

Firebase Authentication prend en charge Localization / i18n fonctionnalité de branding. FirebaseUI supports multiple languages. En savoir plus

Firebase Authentication prend-il en charge Prebuilt UI Components (SDK) fonctionnalité de branding ?

Firebase Authentication prend en charge Prebuilt UI Components (SDK) fonctionnalité de branding. FirebaseUI open-source components for web, iOS, and Android. En savoir plus

Firebase Authentication prend-il en charge Login / Auth Analytics Dashboard analytique ?

Firebase Authentication prend partiellement en charge Login / Auth Analytics Dashboard analytique. Auth events tracked via Firebase Analytics and BigQuery export. En savoir plus

Firebase Authentication prend-il en charge SOC 2 Type II Certification conformité ?

Firebase Authentication prend en charge SOC 2 Type II Certification conformité. En savoir plus

Firebase Authentication prend-il en charge ISO 27001 / 27017 / 27018 Certification conformité ?

Firebase Authentication prend en charge ISO 27001 / 27017 / 27018 Certification conformité. En savoir plus

Firebase Authentication prend-il en charge HIPAA Business Associate Agreement (BAA) conformité ?

Firebase Authentication prend en charge HIPAA Business Associate Agreement (BAA) conformité. Google Cloud HIPAA BAA covers Firebase Identity Platform. En savoir plus

Firebase Authentication prend-il en charge PCI DSS Compliance conformité ?

Firebase Authentication prend en charge PCI DSS Compliance conformité. En savoir plus

Firebase Authentication prend-il en charge CSA STAR Certification conformité ?

Firebase Authentication prend en charge CSA STAR Certification conformité. En savoir plus

Firebase Authentication prend-il en charge FedRAMP Authorization conformité ?

Firebase Authentication ne prend pas en charge FedRAMP Authorization conformité. Firebase Authentication is not FedRAMP authorized. Use GCP Identity Platform via Government Cloud.

Firebase Authentication prend-il en charge GDPR: Data Export (Portability) conformité ?

Firebase Authentication prend en charge GDPR: Data Export (Portability) conformité. En savoir plus

Firebase Authentication prend-il en charge GDPR: Right to be Forgotten (User Deletion) conformité ?

Firebase Authentication prend en charge GDPR: Right to be Forgotten (User Deletion) conformité. Delete auth records via Admin SDK deleteUser(). Application data in Firestore/Storage/RTDB must be deleted separately. En savoir plus

Firebase Authentication prend-il en charge Consent Management conformité ?

Firebase Authentication ne prend pas en charge Consent Management conformité. No built-in consent management or cookie consent flows. Must be implemented at the application layer. En savoir plus

Firebase Authentication prend-il en charge Region Deployment conformité ?

Firebase Authentication prend partiellement en charge Region Deployment conformité. Firebase projects run in a selected Google Cloud region. Firestore data can be replicated multi-region. En savoir plus

Firebase Authentication prend-il en charge Private Cloud Deployment conformité ?

Firebase Authentication ne prend pas en charge Private Cloud Deployment conformité. Firebase Authentication is a fully managed Google Cloud service; self-hosted or private-cloud deployment is not supported. En savoir plus

Firebase Authentication prend-il en charge SDK Coverage intégration développeur ?

Firebase Authentication prend en charge SDK Coverage intégration développeur. Firebase SDKs for JavaScript, iOS (Swift/ObjC), Android (Kotlin/Java), Flutter, C++, Unity, and admin SDKs for Node.js, Python, Go, Java, .NET. En savoir plus

Firebase Authentication prend-il en charge Management API intégration développeur ?

Firebase Authentication prend en charge Management API intégration développeur. Firebase Admin SDK and REST API for user management. En savoir plus

Firebase Authentication prend-il en charge Authentication API Rate Limits intégration développeur ?

Firebase Authentication prend en charge Authentication API Rate Limits intégration développeur. Documented per-operation rate limits (e.g., account creation, sign-in). Limits can be tightened from the Google Cloud console. The auth/too-many-requests error is returned when thresholds are exceeded. En savoir plus

Firebase Authentication prend-il en charge Actions / Extensibility Pipeline intégration développeur ?

Firebase Authentication prend en charge Actions / Extensibility Pipeline intégration développeur. Blocking functions (beforeCreate, beforeSignIn) for custom auth logic. Cloud Functions for post-event hooks. En savoir plus

Firebase Authentication prend-il en charge TypeScript Support in Extensibility intégration développeur ?

Firebase Authentication prend en charge TypeScript Support in Extensibility intégration développeur. Cloud Functions for Firebase supports TypeScript.

Firebase Authentication prend-il en charge Custom Domain intégration développeur ?

Firebase Authentication prend en charge Custom Domain intégration développeur. Custom domain via Firebase Hosting. En savoir plus

Firebase Authentication prend-il en charge Deploy CLI (Infrastructure as Code) intégration développeur ?

Firebase Authentication prend en charge Deploy CLI (Infrastructure as Code) intégration développeur. Firebase CLI for deploying auth rules and functions. En savoir plus

Firebase Authentication prend-il en charge Terraform Provider intégration développeur ?

Firebase Authentication prend partiellement en charge Terraform Provider intégration développeur. Google Cloud Terraform provider covers some Firebase Identity Platform resources. En savoir plus

Firebase Authentication prend-il en charge Custom Database Connections intégration développeur ?

Firebase Authentication ne prend pas en charge Custom Database Connections intégration développeur. Firebase Auth uses its own user store. Custom database connections not supported.

Firebase Authentication prend-il en charge Native Webhook Support intégration développeur ?

Firebase Authentication prend en charge Native Webhook Support intégration développeur. Blocking functions and Cloud Functions Firestore triggers act as event hooks. En savoir plus

Firebase Authentication prend-il en charge Universal Login / Hosted Login Page Customization intégration développeur ?

Firebase Authentication prend en charge Universal Login / Hosted Login Page Customization intégration développeur. FirebaseUI is fully customizable with custom styles and strings. En savoir plus

Firebase Authentication prend-il en charge Custom Email Provider (SMTP) intégration développeur ?

Firebase Authentication ne prend pas en charge Custom Email Provider (SMTP) intégration développeur. Firebase uses Google's email delivery. Custom SMTP not supported in base Auth; available via Action Mailer extensions.

Firebase Authentication prend-il en charge Email Templates intégration développeur ?

Firebase Authentication prend en charge Email Templates intégration développeur. Customize email templates (sender name, address, subject, body) for password reset, email verification, and email change in the Firebase Console. Custom action URLs are also configurable. En savoir plus

Firebase Authentication prend-il en charge Custom OIDC Claims / Token Enrichment intégration développeur ?

Firebase Authentication prend en charge Custom OIDC Claims / Token Enrichment intégration développeur. Custom claims added via Admin SDK. Limited to 1000 bytes total. En savoir plus

Firebase Authentication prend-il en charge No-Code Auth Flow Builder / Orchestration fonctionnalité ?

Firebase Authentication ne prend pas en charge No-Code Auth Flow Builder / Orchestration fonctionnalité. No visual/no-code authentication flow builder. FirebaseUI provides pre-built components but requires code-level integration. En savoir plus

Firebase Authentication prend-il en charge Identity Verification / Document Proofing fonctionnalité ?

Firebase Authentication ne prend pas en charge Identity Verification / Document Proofing fonctionnalité. No built-in identity proofing or document verification. Must be integrated at the application layer via third-party services. En savoir plus

Firebase Authentication prend-il en charge Decentralized / Verifiable Credentials fonctionnalité ?

Firebase Authentication ne prend pas en charge Decentralized / Verifiable Credentials fonctionnalité. No support for DIDs, verifiable credentials, or W3C decentralized identity standards. En savoir plus

Firebase Authentication prend-il en charge Built-in Billing / Subscription Management fonctionnalité ?

Firebase Authentication ne prend pas en charge Built-in Billing / Subscription Management fonctionnalité. No native billing or subscription management integration. Billing is handled via Google Cloud billing accounts. En savoir plus

Firebase Authentication prend-il en charge Agentic AI / MCP Server Authentication fonctionnalité ?

Firebase Authentication ne prend pas en charge Agentic AI / MCP Server Authentication fonctionnalité. No native OAuth 2.0 M2M/agent identity flows or MCP-spec authorization. The Firebase MCP server for developer tooling uses CLI credentials, not a standards-based agentic auth model. En savoir plus

Firebase Authentication prend-il en charge Post-Quantum Hybrid TLS Key Exchange fonctionnalité de cryptographie post-quantique ?

Firebase Authentication prend partiellement en charge Post-Quantum Hybrid TLS Key Exchange fonctionnalité de cryptographie post-quantique. Google has enabled hybrid post-quantum TLS key exchange (X25519Kyber768, later X25519MLKEM768) between Chrome and Google's server infrastructure since Chrome 116 (Aug 2023), rolled out across the Google front-end infrastructure that also terminates TLS for *.googleapis.com (which includes Firebase Auth's identitytoolkit.googleapis.com). This is a general Google-infrastructure statement, not Firebase-specific, and a 2026 Google Cloud blog post states Google is still 'currently working on migrating' some public APIs beyond default network encryption - so full coverage of Firebase Auth's endpoints isn't confirmed complete. En savoir plus

Firebase Authentication prend-il en charge Post-Quantum Digital Signature Algorithms fonctionnalité de cryptographie post-quantique ?

Firebase Authentication ne prend pas en charge Post-Quantum Digital Signature Algorithms fonctionnalité de cryptographie post-quantique. No evidence Firebase Authentication supports ML-DSA/SLH-DSA/Falcon for signing ID tokens or custom tokens; Firebase Auth ID tokens use RS256. Google Cloud KMS separately added ML-DSA/SLH-DSA signing support, but this is a distinct product not used for Firebase's own token signing. En savoir plus

Firebase Authentication prend-il en charge Post-Quantum Migration Roadmap fonctionnalité de cryptographie post-quantique ?

Firebase Authentication prend partiellement en charge Post-Quantum Migration Roadmap fonctionnalité de cryptographie post-quantique. Google has published general, company-level PQC roadmap statements (PQC on internal ALTS protocol since Nov 2022, Cloud KMS PQC GA) via Google Cloud's blog, but these are Google Cloud/corporate infrastructure statements, not documents specific to Firebase Authentication or Identity Platform. No Firebase-Auth-specific PQC migration timeline was found. En savoir plus

Firebase Authentication prend-il en charge Post-Quantum Token & Data Encryption fonctionnalité de cryptographie post-quantique ?

Firebase Authentication ne prend pas en charge Post-Quantum Token & Data Encryption fonctionnalité de cryptographie post-quantique. No public evidence found that the provider supports ML-KEM or HPKE (RFC 9180) for encrypting JWE tokens, SAML assertions, or user secrets.

Firebase Authentication prend-il en charge Post-Quantum Certificate & mTLS Support fonctionnalité de cryptographie post-quantique ?

Firebase Authentication ne prend pas en charge Post-Quantum Certificate & mTLS Support fonctionnalité de cryptographie post-quantique. No public evidence found of post-quantum or hybrid X.509 digital certificate support for mTLS client authentication or federation endpoints.

Firebase Authentication prend-il en charge Post-Quantum Stateful Hash Signatures fonctionnalité de cryptographie post-quantique ?

Firebase Authentication ne prend pas en charge Post-Quantum Stateful Hash Signatures fonctionnalité de cryptographie post-quantique. No public evidence found of NIST SP 800-208 stateful hash-based signature scheme support (LMS/HSS, XMSS).

Comparer avec d'autres fournisseurs