Skip to content

Monorepo showcases pipe() and curry() with the new Firebase 9 API

License

Notifications You must be signed in to change notification settings

marius321967/firebase-9-fp-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Setting up

  • 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 into fb8/ or fb9/
  • yarn install
  • Play arround with firebase.spec.js
  • yarn test

Tested on Ubuntu. Docker for Windows may or may not have issues.

About

Monorepo showcases pipe() and curry() with the new Firebase 9 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published