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
43
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
41
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.3k
Towards a Decentralized Web
arpit
0
61
The State of Blockchain Technology
arpit
0
4k
Coding Different
arpit
0
1.8k
Going (React) Native
arpit
0
3.8k
SXSW 2017
arpit
0
59
Other Decks in Technology
See All in Technology
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.3k
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
320
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
1.2k
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
200
Android Audio: Beyond Winning On It
atsushieno
0
3.4k
Apache Spark もくもく会
taka_aki
0
140
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
160
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
460
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
180
株式会社ログラス - 会社説明資料【エンジニア】/ Loglass Engineer
loglass2019
4
65k
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
170
Featured
See All Featured
The Language of Interfaces
destraynor
161
25k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Producing Creativity
orderedlist
PRO
347
40k
A designer walks into a library…
pauljervisheath
207
24k
Documentation Writing (for coders)
carmenintech
74
5k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Statistics for Hackers
jakevdp
799
220k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Raft: Consensus for Rubyists
vanstee
140
7.1k
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