This monorepo tries out piping and currying in an attempt to get a code style similar to method chaining which was removed in Firebase JS SDK v9.
Requirements:
- Docker
- VS Code with the Remote Containers plugin
git clone [email protected]:marius321967/firebase-9-fp-playground.git
docker-compose up -d
. You are now running an idle Node 18 container & Firebase Emulator.- VS Code: Attach to Running Container... -> dev
cd
intofb8/
orfb9/
yarn install
- Play arround with
firebase.spec.js
yarn test
Tested on Ubuntu. Docker for Windows may or may not have issues.