emberfire icon indicating copy to clipboard operation
emberfire copied to clipboard

The officially supported adapter for using Firebase with Ember

Results 68 emberfire issues
Sort by recently updated
recently updated
newest added

If you retrieve a model by `findRecord('something', someId)` on one client, then delete that object through a different client, or on the firebase server itself, then the first client doesn't...

type: bug

Hey! I understand that this might not be firebase/emberfire-related but has more to do with the way ember works and what its assumptions about backends are. I still would like...

### Steps to reproduce Create a record with no content: ``` javascript var task = this.store.createRecord('task', {}); console.log(task.get('currentState.stateName')); // root.loaded.created.uncommitted task.save().then(data => { console.log(data.get('currentState.stateName')); // root.loaded.saved }); console.log(task.get('currentState.stateName')); // root.loaded.created.inFlight...

type: bug

Hi, maybe it's related to this [#364](https://github.com/firebase/emberfire/issues/364?_pjax=%23js-repo-pjax-container). I don't know. So I have two model with a belongsTo relationship like this : ``` /* message.js */ import DS from 'ember-data';...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) to 4.7.8 and updates ancestor dependency [ember-auto-import](https://github.com/ef4/ember-auto-import/tree/HEAD/packages/ember-auto-import). These dependencies need to be updated together. Updates `handlebars` from 4.0.11 to 4.7.8 Release notes Sourced from handlebars's releases. v4.7.8 Make...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.6.2 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.7 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.7.1. Release notes Sourced from jquery's releases. jQuery 3.7.1 Released: Reliable Table Row Dimensions https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/ jQuery 3.7.0: Staying in Order https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/ jQuery 3.6.4 Released: Selector...

dependencies