Back to skills

firebase-auth-basics

infrastructure

Guides setup and usage of Firebase Authentication, covering sign-in providers like Google, email/password, phone, and anonymous auth. Handles user management, token lifecycle, and security rules for F

Setup & Installation

npx skills add https://github.com/firebase/firebase-auth-basics --skill firebase-auth-basics
or paste the link and ask your coding assistant to install it
https://github.com/firebase/firebase-auth-basics
View on GitHub

What This Skill Does

Guides setup and usage of Firebase Authentication, covering sign-in providers like Google, email/password, phone, and anonymous auth. Handles user management, token lifecycle, and security rules for Firestore and Storage. Saves you from building auth flows, token management, and provider integrations from scratch by wiring up Firebase's built-in identity system through a single config file.

When to use it

  • Working with firebase auth basics functionality
  • Implementing firebase auth basics features
  • Debugging firebase auth basics related issues