Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro to firebase for the web 2017: Firebase Ho...
Search
Kelvin Gobo
September 30, 2017
Programming
0
71
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
Share
More Decks by Kelvin Gobo
See All by Kelvin Gobo
Landing Remote Jobs Through The Art of Storytelling | DevFest Uyo 2023
kelvingobo
1
51
What it means to be a Frontend Engineer in 2021
kelvingobo
0
40
Building Serverless Web Apps with Firebase
kelvingobo
0
88
Building Trust in Remote Teams
kelvingobo
0
54
A Place for Everyone in Tech
kelvingobo
0
37
Responsive Web Design
kelvingobo
0
69
Building Progressive Web Apps with Polymer
kelvingobo
0
210
Other Decks in Programming
See All in Programming
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
15
6.2k
Developer Joy - The New Paradigm
hollycummins
1
250
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
440
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
260
CSC509 Lecture 06
javiergs
PRO
0
260
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
11
6.9k
ALL CODE BASE ARE BELONG TO STUDY
uzulla
25
6.5k
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
330
Introduce Hono CLI
yusukebe
6
2.9k
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
130
Six and a half ridiculous things to do with Quarkus
hollycummins
0
190
What's new in Spring Modulith?
olivergierke
1
160
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Speed Design
sergeychernyshev
32
1.2k
The Language of Interfaces
destraynor
162
25k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Writing Fast Ruby
sferik
629
62k
Become a Pro
speakerdeck
PRO
29
5.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Automating Front-end Workflow
addyosmani
1371
200k
Facilitating Awesome Meetings
lara
56
6.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Transcript
Firebase Hosting Kelvin Gobo @kelvingobo
Key capabilities Served over secured connection Fast content delivery Rapid
deployment One-click rollbacks
Served over secured connection Ensures your content is always delivered
securely Zero-configuration SSL built-in
Fast content delivery Each file is cached on CDN edges
around the world
Rapid Deployment Get your app up and running in seconds
Deploy only specific parts of your app
One-click rollbacks Quick deployments are great! Being able to rollback
to a previous version is even better Each deploy made is a version
So how can I host my website on firebase?
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
In summary: - Content served on a secure connection -
Fast Delivery - Rapid Deployment - One-click rollbacks - How to host your site on firebase Firebase Hosting
Thanks! Kelvin Gobo @kelvingobo kelvingobo.tk