firebase-auth

Installation
SKILL.md

Firebase Auth

Authentication service with multiple providers.

When to Use

  • Mobile app authentication
  • Social login (Google, Apple, etc.)
  • Phone number auth
  • Anonymous users

Quick Start

import {
  getAuth,
  signInWithEmailAndPassword,
  createUserWithEmailAndPassword,
} from "firebase/auth";
Installs
1
GitHub Stars
10
First Seen
Feb 10, 2026
firebase-auth — g1joshi/agent-skills