Socket
Socket
Sign inDemoInstall

@firebase/polyfill

Package Overview
Dependencies
1
Maintainers
1
Versions
1975
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @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`](https://npm.im/f


Version published
Weekly downloads
372K
increased by1.69%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@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.

FAQs

Last updated on 11 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc