You must have a Java Runtime installed.
npm install -g firebase-tools
firebase login
firebase projects:list
firebase init
-
Check the
Firestore
andEmulators
options -
Following the step-by-step process, selecting appropriate options (go with defaults)
firebase emulators:start --only firestore
localhost:4000/ for emulator overview
http://localhost:4000/firestore for emulated firestore
yarn
yarn test