Files
react-native-firebase/docs/storage/index.md
Anderson Addo da0408ca4e docs(storage): add note about errors #3033 (#3034)
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
2019-12-30 13:28:52 +00:00

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: