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
Firebase For Mobile Developers
Search
Arpit Mathur
May 02, 2018
Technology
1
45
Firebase For Mobile Developers
Arpit Mathur
May 02, 2018
Tweet
Share
More Decks by Arpit Mathur
See All by Arpit Mathur
Living at the Intersection of Blockchains and Machine Learning
arpit
0
42
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.6k
Building Ethereum powered DApps
arpit
0
57
Getting Started with WebVR
arpit
0
2.4k
Towards a Decentralized Web
arpit
0
63
The State of Blockchain Technology
arpit
0
4.1k
Coding Different
arpit
0
1.8k
Going (React) Native
arpit
0
3.9k
SXSW 2017
arpit
0
59
Other Decks in Technology
See All in Technology
いまさら聞けない ABテスト入門
skmr2348
1
220
いま注目しているデータエンジニアリングの論点
ikkimiyazaki
0
630
M5製品で作るポン置きセルラー対応カメラ
sayacom
0
170
AI ReadyなData PlatformとしてのAutonomous Databaseアップデート
oracle4engineer
PRO
0
230
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
440
AWS IoT 超入門 2025
hattori
0
260
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
540
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
150
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
680
Vibe Coding Year in Review. From Karpathy to Real-World Agents by Niels Rolland, CEO Paatch
vcoisne
0
110
Reflections of AI: A Trilogy in Four Parts (GOTO; Copenhagen 2025)
ondfisk
0
100
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.3k
Featured
See All Featured
The Invisible Side of Design
smashingmag
301
51k
Gamification - CAS2011
davidbonilla
81
5.5k
Rails Girls Zürich Keynote
gr2m
95
14k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
How to Ace a Technical Interview
jacobian
280
24k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.7k
It's Worth the Effort
3n
187
28k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
860
Transcript
Firebase for Mobile Developers @arpit
@arpit http://signup.devbots.ai/
@arpit Let’s build an API
@arpit Let’s build an API
@arpit Firebase? Oh also, AWS but its ugly
@arpit Firebase Services
@arpit Including Firebase into your application
@arpit Firebase Auth • Drop in Auth Screen ◦ Configure
your auth providers • Manual configuration ◦ Sign in with Google ◦ Initialize Firebase with signed in Credentials
@arpit
@arpit Firebase Realtime Database • Built in permissions • NoSQL
(JSON)
@arpit More coming soon...
@arpit Firebase TestLab • Run your instrumentation tests (Espresso /
UIAutomator 2.0) or Robo Tests
@arpit Firebase Cloud Functions • Typescript or JavaScript • Express
style functions or complete Express apps • Call modes: ◦ Directly callable from Web/Android/iOS ◦ Call based on event triggers within Firebase services ▪ Database changes, authentication changes, etc
@arpit
@arpit Final Thoughts • https://firebase.google.com/docs/ • https://www.youtube.com/user/Firebase • https://firebase.google.com/docs/test-lab/ signup.devbots.ai