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
40
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.6k
Building Ethereum powered DApps
arpit
0
54
Getting Started with WebVR
arpit
0
2.3k
Towards a Decentralized Web
arpit
0
59
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
組織内、組織間の資産保護に必要なアイデンティティ基盤と関連技術の最新動向
fujie
0
470
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
39k
PHPでResult型やってみよう
higaki_program
0
170
Autify Company Deck
autifyhq
2
44k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.9k
MCP とマネージド PaaS で実現する大規模 AI アプリケーションの高速開発
nahokoxxx
1
1.2k
SREを知らずに SREマネージャーになった話 / How I Became an SRE Manager Without Knowing What SRE Is
moneyforward
0
180
P2P通信の標準化 WebRTCを知ろう
faithandbrave
6
1.9k
本当にわかりやすいAIエージェント入門
segavvy
9
4.7k
Building GoReleaser - from shell script to paid product
caarlos0
0
200
ClaudeCodeにキレない技術
gtnao
1
940
デザインレビューをAIにしてもらいたい!
tomuro
2
180
Featured
See All Featured
Music & Morning Musume
bryan
46
6.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Embracing the Ebb and Flow
colly
86
4.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
360
Done Done
chrislema
184
16k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Six Lessons from altMBA
skipperchong
28
3.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
980
Into the Great Unknown - MozCon
thekraken
40
1.9k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
What's in a price? How to price your products and services
michaelherold
246
12k
Side Projects
sachag
455
43k
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