firebase-auth-manager

Configure and audit Firebase Authentication providers via the Identity Toolkit Admin API v2.

6|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ImL1s/flutter-claude-skills --skill firebase-auth-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-auth-manager
Source: https://github.com/ImL1s/flutter-claude-skills/tree/main/skills/firebase-auth-manager
Command: npx skills add https://github.com/ImL1s/flutter-claude-skills --skill firebase-auth-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and audit Firebase Authentication providers and identity settings from the command line, reducing reliance on the Firebase Console and speeding up OAuth/provider workflows.

Core Features & Use Cases

  • Enable and configure Apple/Google/GitHub/Microsoft providers via the Identity Toolkit Admin API v2.
  • List provider status, manage authorized domains, and query project auth config for compliance and auditing.
  • Debug common sign-in issues, including Apple invalid-credential errors and Android Google Sign-In setup (SHA-1 fingerprints, google-services.json, Credential Manager debugging).

Quick Start

Install the skill and begin configuring your Firebase Authentication providers from the CLI for your project.

Frequently Asked Questions about firebase-auth-manager

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

FAQPage Schema
How do I enable Firebase Authentication providers from the command line?

You can enable Firebase Authentication providers like Apple, Google, GitHub, and Microsoft from the command line by using the Identity Toolkit Admin API v2 to configure sign-in settings without accessing the Firebase Console.

Can I audit authorized domains and project auth config without the Firebase Console?

Yes, you can query project auth config and manage authorized domains for compliance auditing directly from the CLI, applying the Identity Toolkit Admin API v2 to read configuration settings across mobile and web projects.

What do I need to configure Firebase Auth providers via the Identity Toolkit API?

Configuring Firebase Auth providers requires gcloud authentication, an active Firebase project, and appropriate permissions to enable providers and read identity settings via the Identity Toolkit Admin API v2.

Why does my Apple sign-in show invalid-credential errors in Firebase Auth?

Apple sign-in invalid-credential errors in Firebase Auth can be debugged by verifying your provider configuration via the Identity Toolkit API to ensure your Apple OAuth credentials and authorized domains are correctly set.

How do I fix Android Google Sign-In setup issues with Firebase Authentication?

Debug Android Google Sign-In issues by verifying SHA-1 fingerprints, validating the google-services.json configuration, and checking Credential Manager settings against your Firebase Authentication provider configuration.

What is the best way to manage multiple OAuth providers for a Firebase project?

Managing multiple OAuth providers for a Firebase project is best done by applying the Identity Toolkit Admin API v2 from the CLI, allowing you to enable providers and audit identity settings efficiently across projects.