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
Search
Eric Shigueo Yoshimura
January 21, 2016
Technology
1
410
Firebase
Eric Shigueo Yoshimura
January 21, 2016
Tweet
Share
More Decks by Eric Shigueo Yoshimura
See All by Eric Shigueo Yoshimura
Flux Architecture
ericshigueo
1
620
Other Decks in Technology
See All in Technology
Lufthansa ®️ USA Contact Numbers: Complete 2025 Support Guide
lufthanahelpsupport
0
200
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
united airlines ™®️ USA Contact Numbers: Complete 2025 Support Guide
flyunitedhelp
1
350
2025-07-06 QGIS初級ハンズオン「はじめてのQGIS」
kou_kita
0
170
事業成長の裏側:エンジニア組織と開発生産性の進化 / 20250703 Rinto Ikenoue
shift_evolve
PRO
3
22k
いつの間にか入れ替わってる!?新しいAWS Security Hubとは?
cmusudakeisuke
0
130
開発生産性を測る前にやるべきこと - 組織改善の実践 / Before Measuring Dev Productivity
kaonavi
11
5k
american aa airlines®️ USA Contact Numbers: Complete 2025 Support Guide
aaguide
0
230
オーティファイ会社紹介資料 / Autify Company Deck
autifyhq
10
130k
ビギナーであり続ける/beginning
ikuodanaka
3
760
United Airlines Customer Service– Call 1-833-341-3142 Now!
airhelp
0
170
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
280
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
What's in a price? How to price your products and services
michaelherold
246
12k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
820
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Done Done
chrislema
184
16k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Transcript
Eric Shigueo Yoshimura Software Developer
- Database NoSQL
- Database NoSQL - Realtime
- Database NoSQL - Realtime - Works offline
Firebase provides a SDK for Java, Swift, Objective-C and Javascript,
so you can use it to build realtime apps.
With Firebase you can easily authenticate your users with Facebook,
Twitter, Google+, Github, Email and Password or an anonymous session.
Firebase take care of some parts to secure your data,
but you must still validate input for a better performance and the best experience when your users are offline.
Show me the code! Include the client library Create a
reference
Write some data Create an event to listen data changes
None
https://www.firebase.com/docs/web/examples.html https://www.pluralsight.com/courses/build- isomorphic-app-react-flux-webpack-firebase https://www.firebase.com
Thanks!