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
630
Other Decks in Technology
See All in Technology
DDD集約とサービスコンテキスト境界との関係性
pandayumi
3
280
AIエージェントで90秒の広告動画を制作!台本・音声・映像・編集をつなぐAWS最新アーキテクチャの実践
nasuvitz
0
110
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
450
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
140
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
180
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
870
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
170
roppongirb_20250911
igaiga
1
240
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.8k
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
210
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Balancing Empowerment & Direction
lara
3
620
Testing 201, or: Great Expectations
jmmastey
45
7.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Embracing the Ebb and Flow
colly
87
4.8k
Automating Front-end Workflow
addyosmani
1370
200k
The Invisible Side of Design
smashingmag
301
51k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
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!