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
Building Dynamic Website by Firebase Hosting x ...
Search
Firebase Thailand
November 09, 2019
Technology
0
260
Building Dynamic Website by Firebase Hosting x Cloud Run
Get to know how to build dynamic website by Firebase Hosting and Cloud Run
Firebase Thailand
November 09, 2019
Tweet
Share
More Decks by Firebase Thailand
See All by Firebase Thailand
What's New in Firebase 2024
firebasethailand
1
200
Adding New Capabilities to Your Apps with Firebase and Gemini API
firebasethailand
1
180
Say Hello to Cloud Functions for Firebase 2nd Gen
firebasethailand
1
360
What's New in Firebase 2023
firebasethailand
3
570
Building a more Efficient Firestore Web App
firebasethailand
1
170
Developing with Firebase - Best Practices
firebasethailand
0
170
Analyze your production issue on Firebase Crashlytics more efficient with BigQuery
firebasethailand
0
360
What I learn from Firebase when build Saifah
firebasethailand
0
130
Security Rules Unit Testing Pipeline Integration for Firestore
firebasethailand
0
120
Other Decks in Technology
See All in Technology
(機械学習システムでも) SLO から始める信頼性構築 - ゆる SRE#9 2025/02/21
daigo0927
0
260
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
3
5.8k
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
NFV基盤のOpenStack更新 ~9世代バージョンアップへの挑戦~
vtj
0
350
急成長する企業で作った、エンジニアが輝ける制度/ 20250227 Rinto Ikenoue
shift_evolve
0
120
「正しく」失敗できる チームの作り方 〜リアルな事例から紐解く失敗を恐れない組織とは〜 / A team that can fail correctly
i35_267
5
850
Raycast Favorites × Script Command で実現するお手軽情報チェック
smasato
1
140
クラウドサービス事業者におけるOSS
tagomoris
4
1k
OPENLOGI Company Profile
hr01
0
60k
Visualize, Visualize, Visualize and rclone
tomoaki0705
9
82k
1行のコードから社会課題の解決へ: EMの探究、事業・技術・組織を紡ぐ実践知 / EM Conf 2025
9ma3r
10
3.7k
ESXi で仮想化した ARM 環境で LLM を動作させてみるぞ
unnowataru
0
170
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
693
190k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
What's in a price? How to price your products and services
michaelherold
244
12k
GitHub's CSS Performance
jonrohan
1030
460k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
430
Automating Front-end Workflow
addyosmani
1368
200k
Six Lessons from altMBA
skipperchong
27
3.6k
Documentation Writing (for coders)
carmenintech
67
4.6k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
Transcript
Building Dynamic Website by Firebase Hosting x Cloud Run Siwawes
Wongcharoen Generali Thailand
#FirebaseDevDay Firebase Hosting x Cloud Run • Hello _ •
What is Hosting • What is Cloud Run • Magic goes here ... • Demo • Q & A
#FirebaseDevDay Hosting
#FirebaseDevDay Hosting • Serve content over SSL • Host static,
dynamic content* and microservices* • Deliver content fast (CDN) • Deploy new versions with one command • Rollback with one click • File configuration
#FirebaseDevDay Only static content
#FirebaseDevDay Want something server side?
#FirebaseDevDay Cloud Run
#FirebaseDevDay Cloud Run • Just container • Managed • Simple
developer experience • Fast autoscaling • Integrated logging and monitoring
#FirebaseDevDay Cloud Run Run your stateless containers on serverless infrastructure.
But: • Stateless design • PORT env • HOST env (optional)
#FirebaseDevDay Magic
#FirebaseDevDay
#FirebaseDevDay Firebase Hosting x Cloud Run • Serve dynamic content
*** • Build REST APIs • Cache dynamic content • Prerender your single-page apps
#FirebaseDevDay Consideration Setup Container + listen to PORT Runtime environment
Any Language and frameworks support Any that Dockerfiles support Concurrency Up to 80 requests per container instance Billing Free usage quota Required billing account
#FirebaseDevDay Demo
#FirebaseDevDay $ run demo \ -task build-app \ -task deploy-to-cloud-run
\ -task config-hosting # need docker, gcloud CLI and firebase-tool CLI
#FirebaseDevDay Q & A
Thank You! #FirebaseDevDay Helpful resources fb.com/FirebaseThailand fb.com/groups/FirebaseDevTH medium.com/FirebaseThailand Siwawes Wongcharoen