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
Communications on Fire
Search
Kelly Andrews
May 14, 2020
Programming
0
110
Communications on Fire
Connecting Firebase and the Vonage API for quick communications for your apps.
Kelly Andrews
May 14, 2020
Tweet
Share
More Decks by Kelly Andrews
See All by Kelly Andrews
Docker: Development to Production
kellyjandrews
0
28
Continuous Testing, Integration, and Deployment for JavaScript Projects
kellyjandrews
0
26
Tips for Building Lightweight Docker Images
kellyjandrews
0
28
Serverless Concepts
kellyjandrews
1
170
Other Decks in Programming
See All in Programming
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
380
range over funcの使い道と非同期N+1リゾルバーの夢 / about a range over func
mackee
0
180
KubeCon NA 2024の全DB関連セッションを紹介
nnaka2992
0
100
선언형 UI에서의 상태관리
l2hyunwoo
0
250
HTML/CSS超絶浅い説明
yuki0329
0
140
Mermaid x AST x 生成AI = コードとドキュメントの完全同期への道
shibuyamizuho
1
500
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
170
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
320
GitHubで育つ コラボレーション文化 : ニフティでのインナーソース挑戦事例 - 2024-12-16 GitHub Universe 2024 Recap in ZOZO
niftycorp
PRO
0
900
Findy Team+ Awardを受賞したかった!ベストプラクティス応募内容をふりかえり、開発生産性向上もふりかえる / Findy Team Plus Award BestPractice and DPE Retrospective 2024
honyanya
0
120
週次リリースを実現するための グローバルアプリ開発
tera_ny
1
230
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
380
Featured
See All Featured
Optimizing for Happiness
mojombo
376
70k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
850
Into the Great Unknown - MozCon
thekraken
34
1.6k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
171
50k
Done Done
chrislema
182
16k
jQuery: Nuts, Bolts and Bling
dougneiner
62
7.6k
Scaling GitHub
holman
459
140k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
How GitHub (no longer) Works
holman
312
140k
Transcript
@kellyjandrews Communications on Fire Kelly J Andrews Cloud Advocate -
Vonage @kellyjandrews
@kellyjandrews 1. Firebase Ecosystem 2. Getting Started 3. Code Examples
4. Tips and Tricks
@kellyjandrews Firebase Ecosystem
@kellyjandrews • Cloud Firestore • Cloud Functions • Cloud Storage
• Realtime Database • Authentication • Hosting • ML Kit Beta https://firebase.google.com/products
@kellyjandrews Firebase CLI
@kellyjandrews https://firebase.google.com/docs/cli
@kellyjandrews https://firebase.google.com/docs/cli
@kellyjandrews Getting Started
@kellyjandrews Vonage Application
@kellyjandrews https://dashboard.nexmo.com/
@kellyjandrews Firebase Application
@kellyjandrews https://console.firebase.google.com/
@kellyjandrews https://console.firebase.google.com/
@kellyjandrews
@kellyjandrews
@kellyjandrews
@kellyjandrews
@kellyjandrews Code Examples
@kellyjandrews SMS
@kellyjandrews Multiple Keyword Queue
@kellyjandrews
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews Final Results
@kellyjandrews Messages
@kellyjandrews DialogFlow with Facebook
@kellyjandrews https://dialogflow.cloud.google.com/
@kellyjandrews
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews Final Result
@kellyjandrews Verify
@kellyjandrews Confirm a User’s Phone Number
@kellyjandrews
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews
@kellyjandrews Voice API
@kellyjandrews Call Forwarding and Recording
@kellyjandrews
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews https://nexmo.dev/firebase-examples-vdd
@kellyjandrews
@kellyjandrews Tips and Tricks
@kellyjandrews Use the Emulator
@kellyjandrews https://firebase.google.com/docs/rules/emulator-setup
@kellyjandrews Create Promises for Nexmo
@kellyjandrews https://firebase.google.com/docs/functions/terminate-functions
@kellyjandrews Keep things small
@kellyjandrews nexmo.dev/firebase-examples-vdd
@kellyjandrews Q & A Time