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
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
2025年夏 コーディングエージェントを統べる者
nwiizo
0
140
Agile PBL at New Grads Trainings
kawaguti
PRO
1
390
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
330
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
140
DevIO2025_継続的なサービス開発のための技術的意思決定のポイント / how-to-tech-decision-makaing-devio2025
nologyance
1
370
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
300
新アイテムをどう使っていくか?みんなであーだこーだ言ってみよう / 20250911-rpi-jam-tokyo
akkiesoft
0
150
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
AWSで推進するデータマネジメント
kawanago
1
1.3k
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
Obsidian応用活用術
onikun94
1
460
サンドボックス技術でAI利活用を促進する
koh_naga
0
200
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7.1k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Why Our Code Smells
bkeepers
PRO
339
57k
Designing for humans not robots
tammielis
253
25k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Producing Creativity
orderedlist
PRO
347
40k
Gamification - CAS2011
davidbonilla
81
5.4k
Building an army of robots
kneath
306
46k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
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