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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Kelvin Gobo
September 30, 2017
Programming
0
77
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
How to Build A Startup in Africa: Lessons from the 2024 Startup Graveyard Report
kelvingobo
0
14
Landing Remote Jobs Through The Art of Storytelling | DevFest Uyo 2023
kelvingobo
1
60
What it means to be a Frontend Engineer in 2021
kelvingobo
0
53
Building Serverless Web Apps with Firebase
kelvingobo
0
110
Building Trust in Remote Teams
kelvingobo
0
61
A Place for Everyone in Tech
kelvingobo
0
44
Responsive Web Design
kelvingobo
0
74
Building Progressive Web Apps with Polymer
kelvingobo
0
220
Other Decks in Programming
See All in Programming
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
130
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.4k
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
230
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
390
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
140
CSC307 Lecture 15
javiergs
PRO
0
240
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
480
CSC307 Lecture 14
javiergs
PRO
0
470
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.2k
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
170
15年目のiOSアプリを1から作り直す技術
teakun
1
620
SourceGeneratorのマーカー属性問題について
htkym
0
180
Featured
See All Featured
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Chasing Engaging Ingredients in Design
codingconduct
0
140
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
850
Writing Fast Ruby
sferik
630
63k
Designing Experiences People Love
moore
143
24k
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