mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-10 10:00:28 +08:00
This is a suggested way to improve the error documentation of this package. I've talked more about my feelings about the current state of the error documentation in #3033
2.0 KiB
2.0 KiB
title, description
| title | description |
|---|---|
| Cloud Storage | 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.
Getting Started
Install & manage your files with your Firebase storage bucket. TODO The API reference covers everything required to successfully integrate Cloud Storage with your application.Errors
The functions in this module can throw two different types of errors. If ill-formed urls are passed into them, they will throw generic Errors with messages explaining the problem that caused them.
If error was thrown by Firebase itself, then the function will throw a NativeFirebaseError. The codes for these errors are the same as the codes for Firebase Cloud Storage Web errors.
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: