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
130
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
47
Continuous Testing, Integration, and Deployment for JavaScript Projects
kellyjandrews
0
44
Tips for Building Lightweight Docker Images
kellyjandrews
0
49
Serverless Concepts
kellyjandrews
1
200
Other Decks in Programming
See All in Programming
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
240
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
120
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
200
Unity6.3 AudioUpdate
cova8bitdots
0
120
15年目のiOSアプリを1から作り直す技術
teakun
1
620
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
410
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.5k
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
140
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
360
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
110
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
170
Featured
See All Featured
How GitHub (no longer) Works
holman
316
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
Making Projects Easy
brettharned
120
6.6k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
630
The SEO identity crisis: Don't let AI make you average
varn
0
410
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
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