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
270
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
From Live Coding to Vibe Coding with Firebase Studio
firebasethailand
1
560
What's New in Firebase 2024
firebasethailand
1
250
Adding New Capabilities to Your Apps with Firebase and Gemini API
firebasethailand
1
240
Say Hello to Cloud Functions for Firebase 2nd Gen
firebasethailand
1
460
What's New in Firebase 2023
firebasethailand
3
590
Building a more Efficient Firestore Web App
firebasethailand
1
190
Developing with Firebase - Best Practices
firebasethailand
0
200
Analyze your production issue on Firebase Crashlytics more efficient with BigQuery
firebasethailand
0
420
What I learn from Firebase when build Saifah
firebasethailand
0
140
Other Decks in Technology
See All in Technology
OTEPsで知るOpenTelemetryの未来 / Observability Conference Tokyo 2025
arthur1
0
320
もう外には出ない。より快適なフルリモート環境を目指して
mottyzzz
14
11k
頭部ふわふわ浄酔器
uyupun
0
240
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
DSPy入門
tomehirata
4
500
組織全員で向き合うAI Readyなデータ利活用
gappy50
5
1.6k
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
0
270
webpack依存からの脱却!快適フロントエンド開発をViteで実現する #vuefes
bengo4com
4
3.7k
AIを使ってテストを楽にする
kworkdev
PRO
0
260
Behind Postgres 18: The People, the Code, & the Invisible Work | Claire Giordano | PGConfEU 2025
clairegiordano
0
150
スタートアップの現場で実践しているテストマネジメント #jasst_kyushu
makky_tyuyan
0
140
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
110
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Done Done
chrislema
185
16k
Designing for humans not robots
tammielis
254
26k
Navigating Team Friction
lara
190
15k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
What's in a price? How to price your products and services
michaelherold
246
12k
Typedesign – Prime Four
hannesfritz
42
2.8k
Code Review Best Practice
trishagee
72
19k
Making Projects Easy
brettharned
120
6.4k
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