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
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.8k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
310
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
110
RDS の負荷が高い場合に AWS で取りうる具体策 N 連発/a-series-of-specific-countermeasures-available-on-aws-when-rds-is-under-high-load
emiki
7
4.4k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
8.9k
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
340
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
160
Building a cloud native business on open source
lizrice
0
130
AWS UG Grantでグローバル20名に選出されてre:Inventに行く話と、マルチクラウドセキュリティの教科書を執筆した話 / The Story of Being Selected for the AWS UG Grant to Attending re:Invent, and Writing a Multi-Cloud Security Textbook
yuj1osm
1
100
AWSでAgentic AIを開発するための前提知識の整理
nasuvitz
2
230
AI時代におけるデータの重要性 ~データマネジメントの第一歩~
ryoichi_ota
0
700
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
What's in a price? How to price your products and services
michaelherold
246
12k
Into the Great Unknown - MozCon
thekraken
40
2.1k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Unsuck your backbone
ammeep
671
58k
How to Ace a Technical Interview
jacobian
280
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
530
Designing Experiences People Love
moore
142
24k
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!