Slide 1

Slide 1 text

Firebase Hosting Kelvin Gobo @kelvingobo

Slide 2

Slide 2 text

Key capabilities Served over secured connection Fast content delivery Rapid deployment One-click rollbacks

Slide 3

Slide 3 text

Served over secured connection Ensures your content is always delivered securely Zero-configuration SSL built-in

Slide 4

Slide 4 text

Fast content delivery Each file is cached on CDN edges around the world

Slide 5

Slide 5 text

Rapid Deployment Get your app up and running in seconds Deploy only specific parts of your app

Slide 6

Slide 6 text

One-click rollbacks Quick deployments are great! Being able to rollback to a previous version is even better Each deploy made is a version

Slide 7

Slide 7 text

So how can I host my website on firebase?

Slide 8

Slide 8 text

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

Slide 9

Slide 9 text

In summary: - Content served on a secure connection - Fast Delivery - Rapid Deployment - One-click rollbacks - How to host your site on firebase Firebase Hosting

Slide 10

Slide 10 text

Thanks! Kelvin Gobo @kelvingobo kelvingobo.tk