emberfire
emberfire copied to clipboard
The officially supported adapter for using Firebase with Ember
What's the equivalent of [listening to multiple documents in a collection](https://firebase.google.com/docs/firestore/query-data/listen#listen_to_multiple_documents_in_a_collection) using the `realtime-listener` service? I have a `news-feed` component where I'm trying to watch for new activities. Here's my...
sessionService.data.authenticated.user.providerData doesn't update when I add other providers. If I log the session.data.authenticated.user object I can see it is updated, but Ember never sees the update and no computed properties...
Move actions to application controller ### Description ### Code sample
So I am having an issue for the 2nd time on an Emberfire project. Last time was almost a year ago when I was putting together a meetup preso on...
I'm using emberfire to authenticate to a firebase database following the ember tutorial exactly with the following config: ``` //pods/application/route.js beforeModel: function() { return this.get("session").fetch().catch(function() {}); }, actions: { signIn:...
My hasMany relationship doesn't get saved when I use embedded records. ``` javascript // app/models/schedule.js import DS from 'ember-data'; export default DS.Model.extend({ interval: DS.attr("number", {defaultValue: 1}), duties: DS.hasMany('duty', { async:...
It is quite problematic, but basically the internal cache for relationship does not get updated when we receive an update from firebase ( IE in case of collaborative work, someone...
### Version info Latest version ( 2.0.8 ) ### Test case This is hard to reproduce as it depends on user input, network lag, and direction of the wind. ###...
There seems to be problems with saving embedded models. When you have embedded models inside embedded models, then the third level models will be only persisted to the database with...
### Version info ``` e.g. DEBUG: ------------------------------- DEBUG: Ember : 2.8.1 DEBUG: Ember Data : 2.8.1 DEBUG: Firebase : 3.4.1 DEBUG: EmberFire : 0.0.0 --> (master version) DEBUG: jQuery :...