Firebase — Google's Backend-as-a-Service Overview Firebase, Google's platform for building and scaling web and mobile applications. Helps developers set up authentication, Firestore/Realtime Database, Cloud Functions, hosting, storage, and analytics using Firebase's SDK and CLI. Instructions Project Setup For agent-driven Firebase work, install Google's official Firebase agent skills bundle — keeps patterns current with Firebase product changes: Set the active project for the CLI before running commands: Authentication Firestore (Document Database) Security Rules Cloud Functions Storage Insta…