JSPM

@firebase/remote-config

0.1.28-canary.eb663f27a
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8043939
  • Score
    100M100P100Q218091F
  • License Apache-2.0

The Remote Config package of the Firebase JS SDK

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/remote-config

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:

  1. Run yarn in repo root

Format:

  1. Run yarn prettier in RC package

Unit test:

  1. Run yarn test in RC package

End-to-end test:

  1. Run yarn build in RC package
  2. Run yarn build in Firebase package
  3. Open test_app/index.html in a browser