Package Exports
- @firebase/remote-config
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@firebase/remote-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@firebase/remoteconfig
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.
Contributing
Setup:
- Run
yarnin repo root
Format:
- Run
yarn prettierin RC package
Unit test:
- Run
yarn testin RC package
End-to-end test:
- Run
yarn buildin RC package - Run
yarn buildin Firebase package - Open test_app/index.html in a browser