Files
react-native-firebase/docs/storage/quick-start.md
2019-04-24 11:06:17 +01:00

771 B

title, description
title description
Quick Start Get to grips with the basics of Cloud Storage in React Native Firebase

Cloud Storage Quick Start

Installation

Install this module with Yarn:

yarn add @react-native-firebase/storage

Integrating manually and not via React Native auto-linking? Check the setup instructions for Android & iOS.

Module usage

Import the Cloud Storage package into your project:

import storage from '@react-native-firebase/storage';

The package also provides access to the firebase instance:

import { firebase } from '@react-native-firebase/storage';

File uploading

File downloading

Changing bucket