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
69
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
46
What it means to be a Frontend Engineer in 2021
kelvingobo
0
39
Building Serverless Web Apps with Firebase
kelvingobo
0
81
Building Trust in Remote Teams
kelvingobo
0
54
A Place for Everyone in Tech
kelvingobo
0
35
Responsive Web Design
kelvingobo
0
64
Building Progressive Web Apps with Polymer
kelvingobo
0
210
Other Decks in Programming
See All in Programming
ニーリーにおけるプロダクトエンジニア
nealle
0
870
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
560
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.4k
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
型で語るカタ
irof
0
200
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
700
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
270
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
450
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
940
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
600
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
860
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
160
Featured
See All Featured
Thoughts on Productivity
jonyablonski
69
4.7k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Facilitating Awesome Meetings
lara
54
6.4k
Faster Mobile Websites
deanohume
307
31k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
What's in a price? How to price your products and services
michaelherold
246
12k
We Have a Design System, Now What?
morganepeng
53
7.7k
Become a Pro
speakerdeck
PRO
29
5.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
310
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Done Done
chrislema
184
16k
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