mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-20 15:08:00 +08:00
51 lines
1.4 KiB
Markdown
51 lines
1.4 KiB
Markdown
---
|
|
title: Cloud Storage
|
|
description: Cloud Storage for Firebase is a powerful, simple, and cost-effective object storage service built for Google scale
|
|
---
|
|
|
|
# Cloud Storage
|
|
|
|
React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files
|
|
directly from your device and from your Firebase Cloud Storage bucket.
|
|
|
|
<Youtube id="_tyjqozrEPY" />
|
|
|
|
## Getting Started
|
|
|
|
<Grid>
|
|
<Block
|
|
icon="cloud_queue"
|
|
color="#ffc107"
|
|
title="Quick Start"
|
|
to="/quick-start"
|
|
>
|
|
Install & manage your files with your Firebase storage bucket.
|
|
</Block>
|
|
<Block
|
|
icon="school"
|
|
color="#4CAF50"
|
|
title="Guides"
|
|
version={false}
|
|
to="/guides?tags=storage"
|
|
>
|
|
TODO
|
|
</Block>
|
|
<Block
|
|
icon="layers"
|
|
color="#03A9F4"
|
|
title="Reference"
|
|
to="/reference"
|
|
>
|
|
The API reference covers everything required to successfully integrate Cloud Storage with your application.
|
|
</Block>
|
|
</Grid>
|
|
|
|
## Learn more
|
|
|
|
Our documentation is a great place to start, however if you're looking for more help or want to help others,
|
|
check out the resources below:
|
|
|
|
- [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-firebase-storage)
|
|
- [Github Issues](https://github.com/invertase/react-native-firebase/issues?utf8=%E2%9C%93&q=is%3Aissue+sort%3Aupdated-desc+label%3Astorage+)
|
|
- [Firebase Documentation](https://firebase.google.com/docs/storage?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=storage)
|