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

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1. Release notes Sourced from socket.io's releases. 2.4.1 This release reverts the breaking change introduced in 2.4.0 (https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7). If you are using Socket.IO v2, you...

dependencies

### Version info ``` e.g. DEBUG: ------------------------------- DEBUG: Ember : 3.19 DEBUG: Ember Data : 3.19 DEBUG: Firebase : 7.16.0 DEBUG: EmberFire : 3.0.0-rc.6 DEBUG: jQuery : 3.5.1 DEBUG: -------------------------------...

### Description In emberfire 3.x, if you are using the Realtime Database you will notice that hasMany relationships do not work. They always return undefined. This is because hasMany relationships...

I think I have a fix for the many-to-many relationship issue people have been experiencing. Please don't merge this in though, as the code is pretty poor right now. To...

Currently a subcollection is queried by the model name and not the relationship name: ```js // models/idea.js outline: hasMany('outline-item', { subcollection: true }) ``` Would call findHasMany and look for...

In case there are multiple `orderBy` clauses, `startAt`, `startAfter`, `endAt` and `endBefore` query methods expect spread of values, not array of values. You should change this: ``` if (options.endBefore) {...

DEBUG: Ember : 3.15.0 DEBUG: Ember Data : 3.15.1 DEBUG: EmberFire : 3.0.0-rc.6 DEBUG: Firebase : 7.12.0 DEBUG: ------------------------------- i tried in the application.js import Route from '@ember/routing/route'; import {inject...

i tried to work with emberfire and embersimple auth, and followed the instruction, and it worked, but when i tried to use fastboot , it failed, it said " Error:...

### Version info ``` e.g. DEBUG: ------------------------------- DEBUG: Ember : 3.16.0 DEBUG: Ember Data : 3.17.0 DEBUG: Firebase : 7.7.0 DEBUG: EmberFire : 3.0.0-rc.6 DEBUG: jQuery : 0 DEBUG: -------------------------------...

### Version info ``` ------------------------------- Ember: 3.13.2 Ember Data: 3.13.1 jQuery: 3.4.1 EmberFire: 3.0.0 Firebase: 7.0.0 Ember Simple Auth: 1.9.2 Windows 10, WSL with Ubuntu (Linux 4.4.0-18362-Microsoft) ------------------------------- ``` ###...