From the course: Firebase Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deploying to Firebase Hosting

Deploying to Firebase Hosting - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Deploying to Firebase Hosting

- [Instructor] So with all that said, let's see how to actually build and then deploy our whole application here. This is actually going to be a fairly simple process, which is one of the really nice things about Firebase hosting. But note that before you do this, what you'll want to do is go back and remove the emulator code that we added earlier in the course, and you'll also want to change the URL that users get redirected to to reflect the fact that our app is now being hosted on Firebase. So the first thing we're going to do is open up a terminal inside our directory, and we're going to run Firebase in it. Remember that this is the command that we ran earlier in the course when we were first setting up functions for our project. This time, however, what we're going to do is go down and select hosting and press space, and then we're going to press Enter. And then it's just going to ask us a few questions about…

Contents