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
38
Building Serverless Web Apps with Firebase
kelvingobo
0
79
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
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
160
WindowInsetsだってテストしたい
ryunen344
1
190
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
800
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.6k
DroidKnights 2025 - 다양한 스크롤 뷰에서의 영상 재생
gaeun5744
3
320
NPOでのDevinの活用
codeforeveryone
0
260
Java on Azure で LangGraph!
kohei3110
0
170
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
120
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
190
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
430
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
1
550
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
93
6.1k
Writing Fast Ruby
sferik
628
61k
Fireside Chat
paigeccino
37
3.5k
Making Projects Easy
brettharned
116
6.3k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
BBQ
matthewcrist
89
9.7k
Faster Mobile Websites
deanohume
307
31k
Automating Front-end Workflow
addyosmani
1370
200k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
A Tale of Four Properties
chriscoyier
160
23k
Building Adaptive Systems
keathley
43
2.6k
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