AI AGENT ADDONS

Firebase Auth Basics

firebase/agent-skills

Add user sign-in to your app with Firebase Authentication. This guide shows you how to set it up from scratch. You can let users sign in with email and password, Google, phone numbers, and more.

Every user gets a unique ID and a token to prove who they are. You can then secure your data using authentication rules. This skill covers the basics like enabling providers and using the Firebase CLI.

Whether you build a web app, a mobile app, or a Flutter app, this guide helps you get started. Follow the steps to add secure and easy user management to your project.

Add Firebase Auth Basics skill to your workflow

Global

mkdir -p ~/.claude/skills/firebase-auth-basics

Project

mkdir -p .claude/skills/firebase-auth-basics

Source Repository

Stars
364
Forks
70
Watchers
364
License
Apache-2.0
Last Push
28 days ago
Created
5 months ago