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
Firebaseでつくるチャットアプリ3分クッキング / Chat app 3 minutes...
Search
Daisuke Sato
November 17, 2018
0
1.4k
Firebaseでつくるチャットアプリ3分クッキング / Chat app 3 minutes Cooking, with the Firebase
Firebaseでチャットアプリを3分で作成するというのをLTで実施。
本当に3分でつくれました。
Daisuke Sato
November 17, 2018
Tweet
Share
More Decks by Daisuke Sato
See All by Daisuke Sato
人と組織に偏重したEMへのアンチテーゼ──なぜ、EMに設計力が必要なのか/An antithesis to the overemphasis of people and organizations in EM
dskst
7
850
エンジニアのための事業貢献入門/A business introduction for engineers
dskst
89
26k
Management Workflow
dskst
2
500
スタートアップのマネージャーに役立つ視座/A useful perspective for startup managers
dskst
6
1.9k
「時」と「場」を捉える、プロダクトづくりのためのリーダーシップ/Leadership for product creation that captures time and place
dskst
3
550
事業紹介/Joystruct
dskst
0
3.1k
キャリア理論をもとに考えるエンジニアのキャリア/Engineer's careers based on career theory
dskst
10
4.9k
ソフトウェア開発とマネジメント/Software Development and Management
dskst
6
6.4k
エンジニアのためのマネジメント入門/Introduction to Management for Software Engineers
dskst
10
9.4k
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Scaling GitHub
holman
463
140k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
790
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
BBQ
matthewcrist
89
9.8k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Being A Developer After 40
akosma
90
590k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Producing Creativity
orderedlist
PRO
347
40k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
570
Transcript
Firebase でつくる チャットアプリ3分クッキング 2018/11/16 daisuke sato
さとうだいすけ @dskst9 最近GCPがアツい。 Engineering Manager がアツい。
Firebase って何?
Firebase とは
とにかく簡単らしいよ
None
じゃあ、 つくってみっか
チャットアプリ 3分クッキング
材料
材料 Firebase Web App 一掴み Realtime Database 一束 JavaScript 50行くらい
HTML 少々 CSS お好みで
1. Firebase コンソールを火にかけます https://console.firebase.google.com/
2. アプリケーション情報を皿にのせます Realtime Database ができているので温めてお きましょう
3. ディレクトリに油をひきます $ firebase init
4. 事前に刻んでおいたHTMLを炒めます
5. 火が通ったらJSファイルも入れます
6. 仕上げにdeployを振りかけます $ firebase deploy
7. おいしいチャットアプリの完成です
簡単に おいしいアプリができました!
ご清聴ありがとうございまし た