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
Beyond Kaniko: Navigating Unprivileged Container Image Creation
f30
0
140
さくらのIaaS基盤のモニタリングとOpenTelemetry/OSC Hokkaido 2025
fujiwara3
3
450
MobileActOsaka_250704.pdf
akaitadaaki
0
130
SEQUENCE object comparison - db tech showcase 2025 LT2
nori_shinoda
0
150
生成AI開発案件におけるClineの業務活用事例とTips
shinya337
0
260
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
480
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
190
IPA&AWSダブル全冠が明かす、人生を変えた勉強法のすべて
iwamot
PRO
2
150
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
2k
Delta airlines®️ USA Contact Numbers: Complete 2025 Support Guide
airtravelguide
0
340
AI専用のリンターを作る #yumemi_patch
bengo4com
6
4.3k
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
3
7.3k
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Gamification - CAS2011
davidbonilla
81
5.4k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Adopting Sorbet at Scale
ufuk
77
9.5k
Rails Girls Zürich Keynote
gr2m
95
14k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Code Review Best Practice
trishagee
69
19k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Designing Experiences People Love
moore
142
24k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
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!