Back to Firebase Js Sdk

@firebase/template

packages/template/README.md

12.12.1398 B
Original Source

@firebase/template

This package can be used as a template for anyone creating new packages in the Firebase JS SDK. It will give you a couple things OOTB:

  • TypeScript Support: Your code should be written in TS to be consistent with the rest of the SDK.
  • Isomorphic Testing/Coverage: Your tests will be run in both Node.js and Browser environments and coverage from both, collected.