Firebase Console

Go to the Firebase Console. If this is your first firebase project you will need to Sign in to Google

Create Project

Now you can click the button to add a new Project

Hosting

At this point many if the blogs will start talking about setting up the database, but I want to keep this really simple "Hello World" style.You can now navigate over to the hosting area within firebase.

If you take a look at Firebase hosting quickstart it also has a great guide.If you are all new to programming you may not have installed Node or NPM yet, just follow this link and install the LTS version.

Hosting Deploy

Now you can select "Get started" to walkthrough the guided tips from Firebase - Hosting.

Install Firebase Tools

PortableText [components.type] is missing "code"

Login with firebase

PortableText [components.type] is missing "code"

Make a new directory

PortableText [components.type] is missing "code"

Initialize firebase

PortableText [components.type] is missing "code"

Selections

  1. Up/Down key to move to Hosting
  2. Hit spacebar to make selection
  3. Enter to continue to next setup
  4. Navigate to your newly created firebase project
  5. Hit enter to accept public as location to serve files
  6. Key n, Enter for not making this a single page app.
  7. Firebase initialization complete!

Firebase project file

.firebaserc

PortableText [components.type] is missing "code"

Firebase hosting file

firebase.json

PortableText [components.type] is missing "code"

Deploy firebase

Because you are logged into the CLI, the two files above tell firebase the project to use, and how they will be served on nginx. Now you just need to run the deploy command.

PortableText [components.type] is missing "code"

Now back inside the firebase console you should see that hosting has now been completed.

Draft off Turn on