ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/firebase/agent-skills --skill firebase-basicsPlease complete these setup steps before proceeding, and remember your progress to avoid repeating them in future interactions.
Local Environment Setup: Verify the environment is properly set up so we can use Firebase tools:
npx -y firebase-tools@latest --version to check if the Firebase CLI is installed.firebase-local-env-setup skill to get the environment ready.Authentication:
Ensure you are logged in to Firebase so that commands have the correct permissions. Run npx -y firebase-tools@latest login. For environments without a browser (e.g., remote shells), use npx -y firebase-tools@latest login --no-localhost.
Active Project:
Most Firebase tasks require an active project context. Check the current project by running npx -y firebase-tools@latest use.
Active Project: <project-id>, you can proceed with your task.npx -y firebase-tools@latest use --add <PROJECT_ID>
Please adhere to these principles when working with Firebase, as they ensure reliability and up-to-date project tools:
npx -y firebase-tools@latest instead of just firebase. (e.g., use npx -y firebase-tools@latest --version instead of firebase --version).developerknowledge_search_documents MCP tool before falling back to Google Search or your internal knowledge base. Including "Firebase" in your search query significantly improves relevance.npx -y firebase-tools@latest login --no-localhost instead.