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
33
Continuous Testing, Integration, and Deployment for JavaScript Projects
kellyjandrews
0
32
Tips for Building Lightweight Docker Images
kellyjandrews
0
35
Serverless Concepts
kellyjandrews
1
190
Other Decks in Programming
See All in Programming
Doma で目指す ORM 最適解
nakamura_to
1
160
「兵法」から見る質とスピード
ickx
0
200
Proxmoxをまとめて管理できるコンソール作ってみました
karugamo
1
410
TypeScript を活かしてデザインシステム MCP を作る / #tskaigi_after_night
izumin5210
4
480
CQRS/ESのクラスとシステムフロー ~ RailsでフルスクラッチでCQRSESを組んで みたことから得た学び~
suzukimar
0
190
イベントソーシングとAIの親和性ー物語とLLMに理解できるデータ
tomohisa
1
160
DevDay2025-OracleDatabase-kernel-addressing-history
oracle4engineer
PRO
7
1.6k
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
280
REST API設計の実践 – ベストプラクティスとその落とし穴
kentaroutakeda
2
320
【TSkaigi 2025】これは型破り?型安全? 真実はいつもひとつ!(じゃないかもしれない)TypeScript クイズ〜〜〜〜!!!!!
kimitashoichi
1
300
External SecretsのさくらProvider初期実装を担当しています
logica0419
0
240
TypeScript製IaCツールのAWS CDKが様々な言語で実装できる理由 ~他言語変換の仕組み~ / cdk-language-transformation
gotok365
7
380
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Scaling GitHub
holman
459
140k
How STYLIGHT went responsive
nonsquared
100
5.6k
Building Applications with DynamoDB
mza
95
6.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
25
2.8k
BBQ
matthewcrist
88
9.7k
Code Reviewing Like a Champion
maltzj
523
40k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.8k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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