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";