--- 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. ## 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. ## 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)