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
32
Continuous Testing, Integration, and Deployment for JavaScript Projects
kellyjandrews
0
31
Tips for Building Lightweight Docker Images
kellyjandrews
0
33
Serverless Concepts
kellyjandrews
1
180
Other Decks in Programming
See All in Programming
Django for Data Science (Boston Python Meetup, March 2025)
wsvincent
0
270
PsySHから紐解くREPLの仕組み
muno92
PRO
1
530
SQL Server ベクトル検索
odashinsuke
0
130
今から始めるCursor / Windsurf / Cline
kengo_hayano
0
110
Vibe Codingをせずに Clineを使っている
watany
5
910
PHPUnit 高速化テクニック / PHPUnit Speedup Techniques
pinkumohikan
1
1.3k
Develop Faster With FrankenPHP
dunglas
2
2.9k
Windows版PHPのビルド手順とPHP 8.4における変更点
matsuo_atsushi
0
380
AI Agents with JavaScript
slobodan
0
180
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
540
コンテナでLambdaをデプロイするときに知っておきたかったこと
_takahash
0
160
gen_statem - OTP's Unsung Hero
whatyouhide
1
170
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Making the Leap to Tech Lead
cromwellryan
133
9.2k
Documentation Writing (for coders)
carmenintech
69
4.7k
Navigating Team Friction
lara
184
15k
We Have a Design System, Now What?
morganepeng
51
7.5k
How to Think Like a Performance Engineer
csswizardry
22
1.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Designing for humans not robots
tammielis
251
25k
Optimising Largest Contentful Paint
csswizardry
35
3.2k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Side Projects
sachag
452
42k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
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