mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-07 22:41:04 +08:00
1.0 KiB
1.0 KiB
title, description
| title | description |
|---|---|
| Quick Start | Getting started with Cloud Storage in React Native Firebase |
Cloud Storage Quick Start
Installation
This module depends on the @react-native-firebase/app module. To get started and install app,
visit the project's quick start guide.
Install this module with Yarn:
yarn add @react-native-firebase/storage
# Using iOS
cd ios/ && pod install
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';