Loading...
Loading...
Guide for setting up and using Firebase. Use this skill when the user is getting started with Firebase - setting up local environment, using Firebase for the first time, or adding Firebase to their app.
npx skill4agent add firebase/skills firebase-basicscurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bashnvm install 24
nvm use 24node --version
npm --versionnpm install -g firebase-toolsfirebase --versionfirebase loginfirebase login --no-localhostfirebase projects:createmkdir my-project
cd my-project
firebase initfirebase --helpfirebase [command] --help
# Example:
firebase deploy --help
firebase firestore:indexes --helpnpm install -gsudofirebase login --no-localhost