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
120
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
37
Continuous Testing, Integration, and Deployment for JavaScript Projects
kellyjandrews
0
37
Tips for Building Lightweight Docker Images
kellyjandrews
0
38
Serverless Concepts
kellyjandrews
1
190
Other Decks in Programming
See All in Programming
SODA - FACT BOOK(JP)
sodainc
1
8.6k
Google Opalで使える37のライブラリ
mickey_kubo
3
130
iOSでSVG画像を扱う
kishikawakatsumi
0
150
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
180
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
520
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
5
2.5k
XP, Testing and ninja testing ZOZ5
m_seki
3
790
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
250
技術的負債の正体を知って向き合う
irof
0
220
All About Angular's New Signal Forms
manfredsteyer
PRO
0
200
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
1
120
Introduce Hono CLI
yusukebe
6
3k
Featured
See All Featured
Done Done
chrislema
185
16k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
The Language of Interfaces
destraynor
162
25k
A designer walks into a library…
pauljervisheath
209
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Invisible Side of Design
smashingmag
302
51k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Optimizing for Happiness
mojombo
379
70k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
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