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
63
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
38
What it means to be a Frontend Engineer in 2021
kelvingobo
0
29
Building Serverless Web Apps with Firebase
kelvingobo
0
48
Building Trust in Remote Teams
kelvingobo
0
45
A Place for Everyone in Tech
kelvingobo
0
26
Responsive Web Design
kelvingobo
0
57
Building Progressive Web Apps with Polymer
kelvingobo
0
200
Other Decks in Programming
See All in Programming
命名をリントする
chiroruxx
1
410
テストケースの名前はどうつけるべきか?
orgachem
PRO
0
140
Beyond ORM
77web
7
890
モバイルアプリにおける自動テストの導入戦略
ostk0069
0
110
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
270
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
3
280
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
260
42 best practices for Symfony, a decade later
tucksaun
1
180
情報漏洩させないための設計
kubotak
2
260
採用事例の少ないSvelteを選んだ理由と それを正解にするためにやっていること
oekazuma
2
1k
Symfony Mapper Component
soyuka
2
740
MCP with Cloudflare Workers
yusukebe
2
220
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Building an army of robots
kneath
302
44k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Building Better People: How to give real-time feedback that sticks.
wjessup
365
19k
How to train your dragon (web standard)
notwaldorf
88
5.7k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
Bash Introduction
62gerente
608
210k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
Docker and Python
trallard
42
3.1k
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