GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
625 B

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