This is the Remote Config component of the Firebase JS SDK.
This package is not intended for direct usage, and should only be used via the officially supported firebase package.
Setup:
- Run
yarn
in repo root
Format:
- Run
yarn prettier
in RC package
Unit test:
- Run
yarn test
in RC package
End-to-end test:
- Run
yarn build
in RC package - Run
yarn build
in Firebase package - Open test_app/index.html in a browser