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
65
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
43
What it means to be a Frontend Engineer in 2021
kelvingobo
0
33
Building Serverless Web Apps with Firebase
kelvingobo
0
58
Building Trust in Remote Teams
kelvingobo
0
46
A Place for Everyone in Tech
kelvingobo
0
27
Responsive Web Design
kelvingobo
0
60
Building Progressive Web Apps with Polymer
kelvingobo
0
200
Other Decks in Programming
See All in Programming
クックパッド検索システム統合/Cookpad Search System Consolidation
giga811
0
130
Rails 1.0 のコードで学ぶ find_by* と method_missing の仕組み / Learn how find_by_* and method_missing work in Rails 1.0 code
maimux2x
1
260
仕様変更に耐えるための"今の"DRY原則を考える
mkmk884
9
3.2k
Datadog Workflow Automation で圧倒的価値提供
showwin
1
300
もう僕は OpenAPI を書きたくない
sgash708
6
1.9k
複数のAWSアカウントから横断で 利用する Lambda Authorizer の作り方
tc3jp
0
120
Generating OpenAPI schema from serializers throughout the Rails stack - Kyobashi.rb #5
envek
1
420
color-scheme: light dark; を完全に理解する
uhyo
7
500
AIレビュー導入によるCIツールとの共存と最適化
kamo26sima
1
220
Jakarta EE meets AI
ivargrimstad
0
650
PEPCは何を変えようとしていたのか
ken7253
3
300
DevNexus - Create AI Infused Java Apps with LangChain4j
kdubois
0
130
Featured
See All Featured
Being A Developer After 40
akosma
89
590k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Code Review Best Practice
trishagee
67
18k
Product Roadmaps are Hard
iamctodd
PRO
51
11k
GraphQLとの向き合い方2022年版
quramy
44
14k
Side Projects
sachag
452
42k
Site-Speed That Sticks
csswizardry
4
420
4 Signs Your Business is Dying
shpigford
183
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
115
51k
Faster Mobile Websites
deanohume
306
31k
Designing Experiences People Love
moore
140
23k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
380
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