Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@firebase/storage

Package Overview
Dependencies
Maintainers
1
Versions
3664
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/storage

This is the storage component for the Firebase JS SDK. It has a peer dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package is included by default in the [`firebase`](https://npm.im/firebase) wrapper package.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
7M
-6.28%
Maintainers
1
Weekly downloads
 
Created
Source

@firebase/storage

This is the storage component for the Firebase JS SDK. It has a peer dependency on the @firebase/app package on NPM. This package is included by default in the firebase wrapper package.

Installation

You can install this package by running the following in your project:

$ npm install @firebase/storage

Usage

You can then use the firebase namespace exposed by this package as illustrated below:

ES Modules

import firebase from '@firebase/app';
import '@firebase/storage'

// Do stuff w/ `firebase` and `firebase.storage`

CommonJS Modules

const firebase = require('@firebase/app').default;
require('@firebase/storage');

// Do stuff with `firebase` and `firebase.storage`

Documentation

For comprehensive documentation please see the Firebase Reference Docs.

FAQs

Package last updated on 11 Oct 2017

Did you know?

Socket

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