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
190
Adding New Capabilities to Your Apps with Firebase and Gemini API
firebasethailand
1
150
Say Hello to Cloud Functions for Firebase 2nd Gen
firebasethailand
1
330
What's New in Firebase 2023
firebasethailand
3
560
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
340
What I learn from Firebase when build Saifah
firebasethailand
0
120
Security Rules Unit Testing Pipeline Integration for Firestore
firebasethailand
0
110
Other Decks in Technology
See All in Technology
New Relicを活用したSREの最初のステップ / NRUG OKINAWA VOL.3
isaoshimizu
3
640
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.6k
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
130
SSMRunbook作成の勘所_20241120
koichiotomo
3
170
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
220
Zennのパフォーマンスモニタリングでやっていること
ryosukeigarashi
0
280
SDNという名のデータプレーンプログラミングの歴史
ebiken
PRO
2
140
Terraform Stacks入門 #HashiTalks
msato
0
360
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
OS 標準のデザインシステムを超えて - より柔軟な Flutter テーマ管理 | FlutterKaigi 2024
ronnnnn
1
300
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Designing the Hi-DPI Web
ddemaree
280
34k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
The Invisible Side of Design
smashingmag
298
50k
GitHub's CSS Performance
jonrohan
1030
460k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
430
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Building an army of robots
kneath
302
43k
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