Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to firebase for the web 2017: Firebase Hosting

Kelvin Gobo
September 30, 2017

Intro to firebase for the web 2017: Firebase Hosting

A brief introduction to hosting your website or web app on firebase

Kelvin Gobo

September 30, 2017
Tweet

More Decks by Kelvin Gobo

Other Decks in Programming

Transcript

  1. Rapid Deployment Get your app up and running in seconds

    Deploy only specific parts of your app
  2. One-click rollbacks Quick deployments are great! Being able to rollback

    to a previous version is even better Each deploy made is a version
  3. You will need: Npm which comes with Node.js - https://nodejs.org/en/

    Firebase Command Line Interface(CLI) - npm - g install firebase-tools Login to firebase - firebase login Setup your project to deploy - firebase init Run command to deploy - firebase deploy
  4. In summary: - Content served on a secure connection -

    Fast Delivery - Rapid Deployment - One-click rollbacks - How to host your site on firebase Firebase Hosting