npm install
npm run dev
Emulate firebase locally
npm run emulate-firebase
You can use an emulated environment through
npm run dev-test
Log in with firebase to manage database rules deployments
npx firebase login
Deploy database rule changes
npm run deploy-db