Skip to content

Building Firebase JS SDK

Matt Gaunt edited this page Nov 28, 2017 · 1 revision

The project makes extensive use of Yarn Workspaces, so everything should be done via yarn.

Do build all the packages run yarn prepare at the root of the project. This will result in builds under packages/firebase/firebase-*.js.

Clone this wiki locally