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
Getting started with Firebase
Search
Dhrumil Shah
August 09, 2015
Programming
3
300
Getting started with Firebase
Basic introduction of Firebase.
Dhrumil Shah
August 09, 2015
Tweet
Share
More Decks by Dhrumil Shah
See All by Dhrumil Shah
Utilise the power of AI with Flutter App Development
dhuma1981
0
33
Build_your_First_App_with_Flutter.pdf
dhuma1981
1
420
Flutter: Makes developer’s life easy
dhuma1981
1
350
Flutter Theming & Animation
dhuma1981
1
300
Let's explore Flutter with Firebase
dhuma1981
0
630
Let's Start with Flutter
dhuma1981
4
390
What the Flutter?
dhuma1981
1
350
Let's Flirt with Flutter
dhuma1981
3
450
Quick Settings & Split Screen in Android N
dhuma1981
3
320
Other Decks in Programming
See All in Programming
最速Green Tea 🍵 Garbage Collector
kuro_kurorrr
1
110
API for docs
soutaro
4
1.7k
2025年のz-index設計を考える
tak_dcxi
10
3.8k
VitestのIn-Source Testingが便利
taro28
8
2.4k
Cursor/Devin全社導入の理想と現実
saitoryc
29
22k
CursorとDevinが仲間!?AI駆動で新規プロダクト開発に挑んだ3ヶ月を振り返る / A Story of New Product Development with Cursor and Devin
rkaga
1
380
AIコーディングの理想と現実
tomohisa
37
39k
MySQL初心者が311個のカラムにNot NULL制約を追加していってALTER TABLEについて学んだ話
hatsu38
2
120
エンジニアが挑む、限界までの越境
nealle
1
330
状態と共に暮らす:ステートフルへの挑戦
ypresto
3
1.2k
The New Developer Workflow: How AI Transforms Ideas into Code
danielsogl
0
120
M5UnitUnified 最新動向 2025/05
gob
0
140
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
523
40k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Scaling GitHub
holman
459
140k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
How to Ace a Technical Interview
jacobian
276
23k
4 Signs Your Business is Dying
shpigford
183
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
GraphQLとの向き合い方2022年版
quramy
46
14k
Music & Morning Musume
bryan
47
6.5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
5
600
Transcript
GETTING STARTED WITH FIREBASE Dhrumil Shah / @dhuma1981
The Realtime Backend for your App
Creating an app shouldn’t require managing complex infrastructure.
THE FULL STACK
The full stack is never really that simple
… and neither is the client side
The user doesn’t care about your backend
THE USER EXPECTS Speed Offline Multi-platform Simple Authentication
FIREBASE The Realtime Backend for your App
THE FIREBASE BACKEND
FORGET THE SERVER Firebase apps can run in client-side code
only
None
CLOUD DATABASE NoSQL data-store Returns JSON from a RESTful API
None
REALTIME DATA Whenever data is updated in Firebase, it sends
the update down to every listening client
None
OFFLINE
INTERMITTENT OFFLINE What happens when you go through a tunnel?
Firebase clients store a local cache of your data. When the user goes offline, the app still works as expected with the local cache.
ENTENDED OFFLINE What happens when you go on a flight?
On mobile, Firebase persists data to a local store. The app will continue to work even across app restarts.
ONE LINE OF CODE Firebase.getDefaultConfig().setPersistenceEnabled(true);
None
Firebase supports several forms of authentication Email & Password Google
Twitter Facebook Github Anonymous … and even custom backends
WELL DOCUMENTED
FIREBASE META-DATA 224,603 registered developers 1M concurrent users on Firebase
sites Joined Google October, 2014
FOCUS ON YOUR APP The user doesn’t care about the
backend What matters is that your app is fast and enjoyable
ASK ME QUESTIONS Dhrumil Shah / @dhuma1981 Android Developer /
@9Series Solutions Pvt. Ltd Co-organizer / @GDG Ahmedabad http://www.dhuma1981.in