UNPKG

625 BMarkdownView Raw
1# @firebase/remote-config
2
3This is the [Remote Config](https://firebase.google.com/docs/remote-config/) component of the
4[Firebase JS SDK](https://www.npmjs.com/package/firebase).
5
6**This package is not intended for direct usage, and should only be used via the officially
7supported [firebase](https://www.npmjs.com/package/firebase) package.**
8
9## Contributing
10
11Setup:
12
131. Run `yarn` in repo root
14
15Format:
16
171. Run `yarn prettier` in RC package
18
19Unit test:
20
211. Run `yarn test` in RC package
22
23End-to-end test:
24
251. Run `yarn build` in RC package
261. Run `yarn build` in Firebase package
271. Open test_app/index.html in a browser