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
68
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
35
Building Serverless Web Apps with Firebase
kelvingobo
0
65
Building Trust in Remote Teams
kelvingobo
0
49
A Place for Everyone in Tech
kelvingobo
0
29
Responsive Web Design
kelvingobo
0
63
Building Progressive Web Apps with Polymer
kelvingobo
0
200
Other Decks in Programming
See All in Programming
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
9
4.5k
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
110
Chrome Extension Techniques from Hell
moznion
1
160
Devinのメモリ活用の学びを自社サービスにどう組み込むか?
itarutomy
0
2.1k
Ruby's Line Breaks
yui_knk
2
470
Empowering Developers with HTML-Aware ERB Tooling @ RubyKaigi 2025, Matsuyama, Ehime
marcoroth
1
230
Unlock the Potential of Swift Code Generation
rockname
0
240
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
710
スモールスタートで始めるためのLambda×モノリス
akihisaikeda
2
180
国漢文混用体からHolloまで
minhee
1
170
タイムゾーンの奥地は思ったよりも闇深いかもしれない
suguruooki
1
570
State of Namespace
tagomoris
4
750
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Designing for humans not robots
tammielis
252
25k
Practical Orchestrator
shlominoach
186
10k
Why Our Code Smells
bkeepers
PRO
336
57k
How to train your dragon (web standard)
notwaldorf
91
6k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
Speed Design
sergeychernyshev
29
880
How to Ace a Technical Interview
jacobian
276
23k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
GraphQLとの向き合い方2022年版
quramy
46
14k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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