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
45
What it means to be a Frontend Engineer in 2021
kelvingobo
0
36
Building Serverless Web Apps with Firebase
kelvingobo
0
75
Building Trust in Remote Teams
kelvingobo
0
51
A Place for Everyone in Tech
kelvingobo
0
32
Responsive Web Design
kelvingobo
0
64
Building Progressive Web Apps with Polymer
kelvingobo
0
200
Other Decks in Programming
See All in Programming
型付け力を強化するための Hoogle のすゝめ / Boosting Your Type Mastery with Hoogle
guvalif
1
230
AI時代のリアーキテクチャ戦略 / Re-architecture Strategy in the AI Era
dachi023
0
190
Efficiency and Rock 'n’ Roll (Really!)
hollycummins
0
600
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
270
ソフトウェア品質特性、意識してますか?AIの真の力を引き出す活用事例 / ai-and-software-quality
minodriven
19
6.7k
PT AI без купюр
v0lka
0
190
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
230
バランスを見極めよう!実装の意味を明示するための型定義 TSKaigi 2025 Day2 (5/24)
whatasoda
2
780
Doma で目指す ORM 最適解
nakamura_to
1
160
CRUD から CQRS へ ~ 分離が可能にする柔軟性
tkawae
0
230
ワイがおすすめする新潟の食 / 20250530phpconf-niigata-eve
kasacchiful
0
190
💎 My RubyKaigi Effect in 2025: Top Ruby Companies 🌐
yasulab
PRO
1
130
Featured
See All Featured
The Cult of Friendly URLs
andyhume
78
6.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
1
79
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
620
Designing Experiences People Love
moore
142
24k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
It's Worth the Effort
3n
184
28k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
Gamification - CAS2011
davidbonilla
81
5.3k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
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