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
From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Get started with Cloud Storage on the web3m 13s
-
(Locked)
Define an async function to send a file to storage5m 35s
-
(Locked)
Upload a file to the storage3m 17s
-
(Locked)
Download a file URL from storage6m 10s
-
(Locked)
Set documents with images: Update the UI5m 27s
-
(Locked)
Set documents with images: Set the date4m 10s
-
(Locked)
-
-
-
-
-