From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Get started with Cloud Storage on the web

Get started with Cloud Storage on the web

- [Instructor] In this part, we're going to see how to get started with cloud storage for the web. And we're going to see also how to create a default cloud storage bucket. So to build rich media content into web apps we have access to one great service, which is cloud storage for Firebase; that allows us to upload content such as images and video, and to store media content in a Google Cloud storage bucket. So I'll show you the steps to create a default bucket storage to store media content. You're going to see that the process is easy peasy. So for that, we're going to head first to the get started section. So under web, the web section. So we are looking at the web sdk, get started. And so the first steps, so first the prerequisites are obviously to have installed properly the Firebase JavaScript sdk, and then initialized a new project, which is already done. So we have already fulfilled this part. So let's move on to…

Contents