Cloud Storage for Firebase | Firebase Documentation

plat_ios plat_android plat_web plat_cpp plat_unity

Cloud Storage for Firebase is built for app developers who need to store and serve user-generated content, such as photos or videos.

You can use our SDKs to store images, audio, video, or otheruser-generated content. On the server, you can useGoogle Cloud Storage APIs to access the same files.

iOS+ Setup Android Setup Web Setup C++ Setup Unity Setup

Developers use the Firebase SDKs for Cloud Storage to upload and download filesdirectly from clients. If the network connection is poor, the client is able toretry the operation right where it left off, saving your users time andbandwidth.

Cloud Storage for Firebase stores your files in aGoogle Cloud Storage bucket,making them accessible through both Firebase and Google Cloud. This allows youthe flexibility to upload and download files from mobile clients via theFirebase SDKs for Cloud Storage. In addition, you can do server-side processing suchas image filtering or video transcoding using theGoogle Cloud Storage APIs.Cloud Storage scales automatically, meaning that there's no need tomigrate to any other provider. Learn more about all the benefits of ourintegration with Google Cloud.

The Firebase SDKs for Cloud Storage integrate seamlessly withFirebase Authentication to identify users, and we provide adeclarative security language that lets you setaccess controls on individual files or groups of files, so you can make files aspublic or private as you want.

Go here to see the original:
Cloud Storage for Firebase | Firebase Documentation

Related Posts

Comments are closed.