JSPM

@firebase/polyfill

0.3.0-canary.231110c
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 280993
  • Score
    100M100P100Q171955F
  • License Apache-2.0

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.