Package Exports
- @firebase/polyfill
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/polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@firebase/polyfill
This is the a set of polyfills/shims used by the Firebase JS SDK. This package
is completely standalone and can be loaded to standardize environments for use
w/ the Firebase JS SDK. This package is included by default in the
firebase
NPM package.
Installation
You can install this package by running the following in your project:
$ npm install @firebase/polyfill
Usage
You can then use the firebase namespace exposed by this package as illustrated below:
ES Modules
import '@firebase/polyfill'
CommonJS Modules
require('@firebase/polyfill');
Documentation
For comprehensive documentation please see the Firebase Reference Docs.