F

firebase-auth-basics

Автор:firebase·#128 в тренде

Install the firebase-auth-basics skill for your AI agent. Published by firebase/agent-skills.

35.7Kеженедельные установки
257звезды
Впервые увиделToday

Установка

Отправьте эту команду своему ИИ-агенту:

npx skills add https://github.com/firebase/agent-skills --skill firebase-auth-basics

Документация

Set up Firebase Authentication with multiple identity providers and secure data access rules.

  • Supports email/password, phone number, anonymous, federated providers (Google, Facebook, Twitter, GitHub, Microsoft, Apple), and custom auth integration
  • Each authenticated user receives a unique ID and JWT-based tokens (short-lived ID tokens and long-lived refresh tokens) for accessing Firebase services
  • Enable providers via CLI for Google Sign In, anonymous, and email/password; use Firebase Console for additional federated providers
  • Secure Firestore and Cloud Storage using request.auth in security rules to control data access based on user identity

Ссылки

GitHub

Аудит безопасности