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
37
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
38
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.5k
Building Ethereum powered DApps
arpit
0
51
Getting Started with WebVR
arpit
0
2.3k
Towards a Decentralized Web
arpit
0
55
The State of Blockchain Technology
arpit
0
4k
Coding Different
arpit
0
1.8k
Going (React) Native
arpit
0
3.7k
SXSW 2017
arpit
0
59
Other Decks in Technology
See All in Technology
VitePress & MCPでアプリ仕様のオープン化に挑戦する
hal_spidernight
0
140
4社統合におけるマスタデータ管理に立ち向かう / Towards master data management in the four-company integration
carta_engineering
0
230
Google Cloud Next 2025 Recap 生成AIモデルとマーケティングでのコンテンツ生成 / Generative AI models and content creation in marketing
kyou3
0
390
非root化Androidスマホでも動く仮想マシンアプリを試してみた
arkw
0
140
Design for Failure - リージョンとAZについて
yuki_ink
0
130
20250514 1Passwordを使い倒す道場 vol.1
east_takumi
0
160
LLMの開発と社会実装の今と未来 / AI Builders' Community (ABC) vol.2
pfn
PRO
2
230
[新卒向け研修資料] テスト文字列に「うんこ」と入れるな(2025年版)
infiniteloop_inc
14
47k
4月15日の AZ 障害をテクサポの中の人目線で振り返ってみる
kazzpapa3
3
180
Software Architecture in an AI-Driven World
atty303
54
23k
SONiCで構築・運用する生成AI向けパブリッククラウドネットワーク
sonic
1
470
【Gen-AX】20250514開催_Findyオンラインイベント_技術選定を突き詰める
genax
0
100
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
720
Site-Speed That Sticks
csswizardry
6
560
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Speed Design
sergeychernyshev
29
940
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
850
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
A designer walks into a library…
pauljervisheath
205
24k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
580
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