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
Ember on Fire
Search
Emad Ibrahim
September 07, 2016
Programming
0
35
Ember on Fire
Ember + Firebase = Awesome
My deck from the Ember DC Meetup
Emad Ibrahim
September 07, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
480
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.3k
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
230
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
730
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
速いWebフレームワークを作る
yusukebe
5
1.7k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
310
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
290
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
280
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
380
コンテキストエンジニアリング Cursor編
kinopeee
1
760
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Practical Orchestrator
shlominoach
190
11k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
187
54k
Navigating Team Friction
lara
189
15k
Making Projects Easy
brettharned
117
6.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Agile that works and the tools we love
rasmusluckow
330
21k
Code Reviewing Like a Champion
maltzj
525
40k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Transcript
EMBER ON FIRE EMBER JS + FIREBASE = INCREDIBLE PRODUCTIVITY
EMAD IBRAHIM @EIBRAHIM
EMAD IBRAHIM • My Newsletters: • www.emberdaily.tips • www.frontendweekly.co •
My latest project • www.hirejs.com • Facebook Group: • https://www.facebook.com/groups/emberdailytips/ • Twitter @eibrahim • Blog • www.emadibrahim.com
FIREBASE • Real-time database • File storage • Hosting •
OAuth (google, facebook, twitter, github, anonymous) • No server code • Free • Cross-platform (ios, android, web – angular, react, ember) • Well documented • Backed by Google
EMBERFIRE • Official – actively maintained • Well documented
GETTING STARTED • Create an app at firebase.google.com • Create
your ember app • ember new demo • Install ember adapter • ember install emberfire • Install firebase tools/cli • npm install –g firebase
DEPLOYMENT • ember b -prod • firebase deploy
DEMO • Firebase console • Authentication • Database • Data
• Rules • Ember data