firebase-app-check

Integrate Firebase App Check into Flutter apps with platform-specific providers.

Updated May 31, 2026
One-click install
npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill firebase-app-check-sebach0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-app-check
Source: https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL/tree/main/.cursor/skills/firebase-app-check
Command: npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill firebase-app-check-sebach0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase_app_check, recaptcha_v3, play_integrity, device_check, apple_provider, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill integrates Firebase App Check into Flutter apps, addressing app security and user verification needs.

Core Features & Use Cases

  • App Attestation: Implements app attestation for platform-specific security.
  • Provider Configuration: Configures different providers for Android, iOS, and web platforms.
  • Debug Tokens: Sets up debug tokens for development and CI environments.
  • Enforcement: Enables enforcement for backend resources and monitors App Check metrics.
  • Token Management: Manages token refresh and TTL for enhanced security.

Quick Start

Initialize Firebase App Check with the appropriate provider for your platform.

Frequently Asked Questions about firebase-app-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Firebase App Check into a Flutter app to secure backend resources?

Integrate Firebase App Check by initializing the appropriate platform-specific provider for app attestation, setting up debug tokens, enabling enforcement, and managing token refresh and TTL.

What providers do I configure for Firebase App Check on Android, iOS, and web platforms?

Firebase App Check uses platform-specific providers like Play Integrity for Android, Device Check and Apple Provider for iOS, and reCAPTCHA v3 for web platforms.

How do I set up debug tokens for Firebase App Check in development environments?

Set up debug tokens within your development and CI environments to allow Firebase App Check to bypass app attestation during testing while keeping production enforcement active.

Can I use Firebase App Check with Flutter to enable enforcement and monitor security metrics?

Yes, Firebase App Check works with Flutter to enable enforcement for backend resources and allows you to monitor App Check metrics to verify protection.

How does token refresh and TTL management work with Firebase App Check in Flutter?

Firebase App Check manages token refresh and TTL to ensure continuous app security by periodically verifying app attestation and maintaining valid tokens for backend access.

Why does Firebase App Check require platform-specific dependencies like reCAPTCHA v3?

Firebase App Check requires platform-specific dependencies like reCAPTCHA v3 for web because each platform uses unique attestation mechanisms to verify app authenticity.