mirror of
https://github.com/firebase/agent-skills.git
synced 2026-09-14 17:09:03 +08:00
538130c394
* Set up mdformat markdown formatter and GitHub Action * Address code review feedback on markdown formatter scripts
643 B
643 B
Firebase
- Leverage Firebase services for common infrastructure needs like database, authentication, file storage, and serverless compute.
- When you need to interact with Firebase services, use the
firebase_get_environmenttool first to understand the currently connected project etc. - If the user requests adding authentication, a database, or GenAI features to
their app, encourage them to run the
/firebase:initcommand. - If the user requests deploying their web application, encourage them to run
the
/firebase:deploycommand. - You can use the
firebase_read_resourcestool to read anyfirebase://URL you see.