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
500
What's New in Firebase 2024
firebasethailand
1
240
Adding New Capabilities to Your Apps with Firebase and Gemini API
firebasethailand
1
230
Say Hello to Cloud Functions for Firebase 2nd Gen
firebasethailand
1
410
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
410
What I learn from Firebase when build Saifah
firebasethailand
0
140
Other Decks in Technology
See All in Technology
クラウドセキュリティを支える技術と運用の最前線 / Cutting-edge Technologies and Operations Supporting Cloud Security
yuj1osm
2
270
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
9
4.1k
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
1
110
DuckDB-Wasmを使って ブラウザ上でRDBMSを動かす
hacusk
1
140
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
7
3.1k
実践AIガバナンス
asei
3
350
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
410
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
150
生成AI時代に必要な価値ある意思決定を育てる「開発プロセス定義」を用いた中期戦略
kakehashi
PRO
1
270
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
110
役割は変わっても、変わらないもの 〜スクラムマスターからEMへの転身で学んだ信頼構築の本質〜 / How to build trust
shinop
0
160
新規案件の立ち上げ専門チームから見たAI駆動開発の始め方
shuyakinjo
0
690
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
284
13k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Facilitating Awesome Meetings
lara
55
6.5k
Making Projects Easy
brettharned
117
6.4k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Thoughts on Productivity
jonyablonski
69
4.8k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Agile that works and the tools we love
rasmusluckow
330
21k
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