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
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
AHC061解説
shun_pi
0
350
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
110
How to stabilize UI tests using XCTest
akkeylab
0
110
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
200
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
530
CSC307 Lecture 15
javiergs
PRO
0
240
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
370
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
670
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.3k
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
15
2.9k
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
350
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
110
Featured
See All Featured
The Spectacular Lies of Maps
axbom
PRO
1
610
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
130
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Scaling GitHub
holman
464
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
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