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.5k
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
920
エンジニアのための事業貢献入門/A business introduction for engineers
dskst
88
26k
Management Workflow
dskst
2
510
スタートアップのマネージャーに役立つ視座/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.2k
キャリア理論をもとに考えるエンジニアのキャリア/Engineer's careers based on career theory
dskst
10
5k
ソフトウェア開発とマネジメント/Software Development and Management
dskst
6
6.4k
エンジニアのためのマネジメント入門/Introduction to Management for Software Engineers
dskst
10
9.4k
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Gamification - CAS2011
davidbonilla
81
5.4k
A designer walks into a library…
pauljervisheath
207
24k
Into the Great Unknown - MozCon
thekraken
40
2k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Why Our Code Smells
bkeepers
PRO
339
57k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Agile that works and the tools we love
rasmusluckow
330
21k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
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. おいしいチャットアプリの完成です
簡単に おいしいアプリができました!
ご清聴ありがとうございまし た