Groups
Groups
Sign in
Groups
Groups
Firebase + EmberJS [Deprecated]
Conversations
About
Send feedback
Help
Firebase + EmberJS [Deprecated]
Contact owners and managers
1–30 of 94
This group is deprecated.
Please use
Firebase-Talk
or
StackOver
flow
for Firebase+Ember related questions!
Mark all as read
Report group
0 selected
Abe Haskins
7/25/16
Goodbye Firebase-Ember, Hello Firebase-Talk!
Hey Ember friends! Lately we've been working on making Firebase's communities as easy,
unread,
Goodbye Firebase-Ember, Hello Firebase-Talk!
Hey Ember friends! Lately we've been working on making Firebase's communities as easy,
7/25/16
Rituraj
,
Tim Stirrat
4
7/25/16
Creating a new firebase listener on fly
Thanks Tim. On Friday, July 22, 2016 at 11:38:18 AM UTC-7, Tim Stirrat wrote: Hi Rituraj, There are a
unread,
Creating a new firebase listener on fly
Thanks Tim. On Friday, July 22, 2016 at 11:38:18 AM UTC-7, Tim Stirrat wrote: Hi Rituraj, There are a
7/25/16
Rudi Werner
,
Tim Stirrat
2
7/14/16
Result from querys undefined ?????
Hi Rudi, The result of a store.query is a collection (DS.AdapterPopulatedRecordArray > Ember.
unread,
Result from querys undefined ?????
Hi Rudi, The result of a store.query is a collection (DS.AdapterPopulatedRecordArray > Ember.
7/14/16
Brendan OHara
,
Tim Stirrat
2
7/6/16
Does EmberFire support FirebaseUI Authentication?
For the onlookers, I added a response in the github issue: https://github.com/firebase/emberfire/
unread,
Does EmberFire support FirebaseUI Authentication?
For the onlookers, I added a response in the github issue: https://github.com/firebase/emberfire/
7/6/16
Adam Duro
6/28/16
Closing session on logout throws permission_denied error
I am getting a series of errors on logout with EmberFire using the Torii session adaptor. Here is an
unread,
Closing session on logout throws permission_denied error
I am getting a series of errors on logout with EmberFire using the Torii session adaptor. Here is an
6/28/16
Matt
2
6/23/16
Reference in Ember using Firebase 3.0
Figured it out..... Need to reference this doc: https://firebase.google.com/docs/reference/js/
unread,
Reference in Ember using Firebase 3.0
Figured it out..... Need to reference this doc: https://firebase.google.com/docs/reference/js/
6/23/16
Joseph Palmezano
,
Jacob Wenger
2
6/20/16
EmberFire
That guide is for an older version of EmberFire. You probably want to do npm install emberfire@1
unread,
EmberFire
That guide is for an older version of EmberFire. You probably want to do npm install emberfire@1
6/20/16
Brendan OHara
,
Tim Stirrat
2
6/16/16
Custom Authentication with LinkedIn
Hey Brendan, You could look at using auth0. You'd need to do the following: - Add Firebase addon
unread,
Custom Authentication with LinkedIn
Hey Brendan, You could look at using auth0. You'd need to do the following: - Add Firebase addon
6/16/16
Keith Kelly
2
6/13/16
Updating data in child nodes using EmberFire
Never mind I solved my issue. It is a simple solution. All I need to do is the id in the store
unread,
Updating data in child nodes using EmberFire
Never mind I solved my issue. It is a simple solution. All I need to do is the id in the store
6/13/16
Breon Knight
2
6/8/16
User Accounts
I've worked somewhat through this problem import Ember from 'ember'; import Firebase from
unread,
User Accounts
I've worked somewhat through this problem import Ember from 'ember'; import Firebase from
6/8/16
Frank van Puffelen
, …
Tim Stirrat
8
6/7/16
Firebase expands to become a unified app platform
Hi Juan, You can see the progress in this pull request. I'm getting ready to merge it, there were
unread,
Firebase expands to become a unified app platform
Hi Juan, You can see the progress in this pull request. I'm getting ready to merge it, there were
6/7/16
Arbab Abdul Waheed
,
Tim Stirrat
3
6/6/16
Working with Firebase Storage
Thanks Tim. Will give it a shot in a new project (rather than messing up my current progress) and
unread,
Working with Firebase Storage
Thanks Tim. Will give it a shot in a new project (rather than messing up my current progress) and
6/6/16
Emad Ibrahim
,
Jacob Wenger
2
6/5/16
Error: "The specified authentication provider is not enabled for this Firebase."
Hey Emad, If you created an app from the new console, you can only use the Firebase 3.xx SDK to
unread,
Error: "The specified authentication provider is not enabled for this Firebase."
Hey Emad, If you created an app from the new console, you can only use the Firebase 3.xx SDK to
6/5/16
Breon Knight
,
Tim Stirrat
4
6/3/16
Making Emberfire app restful
Thanks Tim, I was really overthinking all of this. This really clarified a lot of things for me. On
unread,
Making Emberfire app restful
Thanks Tim, I was really overthinking all of this. This really clarified a lot of things for me. On
6/3/16
Christian Spanring
, …
Tim Stirrat
5
5/22/16
Best strategy to work with large sets of related data, e.g. a blog post with 2000 comments?
You could remove the hasMany relationship definition, so that Ember Data doesn't know about it.
unread,
Best strategy to work with large sets of related data, e.g. a blog post with 2000 comments?
You could remove the hasMany relationship definition, so that Ember Data doesn't know about it.
5/22/16
bra...@southbendcodeschool.com
,
Tim Stirrat
3
5/22/16
Writing to an array
Hi Brandon, Yes, you can get a ref to the root by using the firebase service: firebase: Ember.inject.
unread,
Writing to an array
Hi Brandon, Yes, you can get a ref to the root by using the firebase service: firebase: Ember.inject.
5/22/16
Henry Kiss
5/17/16
Saving models generated from a REST Endpoint with a RESTSerializer and the EmbeddedRecordsMixin
Hi, One of our incoming only datasources delivers a single, large, deeply nested payload. By Chaining
unread,
Saving models generated from a REST Endpoint with a RESTSerializer and the EmbeddedRecordsMixin
Hi, One of our incoming only datasources delivers a single, large, deeply nested payload. By Chaining
5/17/16
Christian Spanring
,
Tim Stirrat
8
5/11/16
Closing a torii authentication session leads to data permission errors
Excellent, that workaround solved my issue, thanks so much! > On May 11, 2016, at 19:38, Tim
unread,
Closing a torii authentication session leads to data permission errors
Excellent, that workaround solved my issue, thanks so much! > On May 11, 2016, at 19:38, Tim
5/11/16
Eric Walti
,
Tim Stirrat
2
5/11/16
Switching Firebase instance on the fly?
Hi Eric, When you .reopen() a class it modifies the object prototype, however _ref is a property
unread,
Switching Firebase instance on the fly?
Hi Eric, When you .reopen() a class it modifies the object prototype, however _ref is a property
5/11/16
Matt Mazzola
,
Tim Stirrat
2
5/10/16
Ember fire not synchronizing properly when clearing an array (Cross-post from StackOverflow)
Hi Matt, Try using this: store.unloadAll('color'); firebaseRef.child('colors').set(
unread,
Ember fire not synchronizing properly when clearing an array (Cross-post from StackOverflow)
Hi Matt, Try using this: store.unloadAll('color'); firebaseRef.child('colors').set(
5/10/16
Matt
,
Tim Stirrat
2
5/10/16
Deep Linking, URL switching
Hi Matt, You can set up a rewrite rule in firebase.json that will do this for you: "rewrites
unread,
Deep Linking, URL switching
Hi Matt, You can set up a rewrite rule in firebase.json that will do this for you: "rewrites
5/10/16
spo...@gmail.com
,
Jacob Wenger
2
5/10/16
add to `auth` object for `password` authentication?
You'll have to use custom authentication and mint custom tokens on your own server. You don't
unread,
add to `auth` object for `password` authentication?
You'll have to use custom authentication and mint custom tokens on your own server. You don't
5/10/16
Henry Kiss
, …
Jonny Dimond
3
5/6/16
Custom Keys
Hi Wayne, regarding .indexOn: There should not be a big difference between using .indexOn and
unread,
Custom Keys
Hi Wayne, regarding .indexOn: There should not be a big difference between using .indexOn and
5/6/16
spo...@gmail.com
,
Tim Stirrat
3
5/4/16
rules issue with changing value used by rule (permission denied) - data vs newData
As a side note, to debug the issue, I reduced the write rule to this: ".write": "data.
unread,
rules issue with changing value used by rule (permission denied) - data vs newData
As a side note, to debug the issue, I reduced the write rule to this: ".write": "data.
5/4/16
Matt
,
Tim Stirrat
2
5/4/16
recommended way to access ref to create user?
Hi Matt, If you want to interact with the base Firebase reference you can inject the 'firebase
unread,
recommended way to access ref to create user?
Hi Matt, If you want to interact with the base Firebase reference you can inject the 'firebase
5/4/16
Brendan OHara
2
4/10/16
Authentication issue after upgrade with this.get("session").open("firebase"...
As a follow up -I cloned emberfire, upgraded everything to 2.4.3 and ran the dummy app and the auth
unread,
Authentication issue after upgrade with this.get("session").open("firebase"...
As a follow up -I cloned emberfire, upgraded everything to 2.4.3 and ran the dummy app and the auth
4/10/16
Tamas Amon
,
Tim Stirrat
2
4/7/16
Authentication with extra userdata
Hey Tamas, Sounds like you need a "find or create" pattern. First, search for the user, and
unread,
Authentication with extra userdata
Hey Tamas, Sounds like you need a "find or create" pattern. First, search for the user, and
4/7/16
Brendan OHara
,
Tim Stirrat
2
4/1/16
Firebase.open Social Login
I made mention of Firebase.authWithOAuthRedirect() on github. I am not sure if that will solve your
unread,
Firebase.open Social Login
I made mention of Firebase.authWithOAuthRedirect() on github. I am not sure if that will solve your
4/1/16
Vincent Gauthier
, …
Brendan OHara
4
2/28/16
Are you using Firebase Hosting Services?
I know I am replying late but for others who search of this in the future I will add my experience.
unread,
Are you using Firebase Hosting Services?
I know I am replying late but for others who search of this in the future I will add my experience.
2/28/16
Bryan Veloso
,
Tim Stirrat
3
2/20/16
Using Firebase's JavaScript API in Emberfire?
Hey Tim, Thanks for the assist! The example works like a charm. I'm having trouble trying to pass
unread,
Using Firebase's JavaScript API in Emberfire?
Hey Tim, Thanks for the assist! The example works like a charm. I'm having trouble trying to pass
2/20/16
Dario Soller
, …
Tim Stirrat
5
2/4/16
Storing and Retrieving API Secrets of third party cloud services?
Hi Tim, thanks for your reply. Good to know that imgix has an ember addon. Unfortunately, it is only
unread,
Storing and Retrieving API Secrets of third party cloud services?
Hi Tim, thanks for your reply. Good to know that imgix has an ember addon. Unfortunately, it is only
2/4/16