Skip to main content
0 votes
0 answers
204 views

Cannot read property 'type' of undefined ember and firebase

I am trying to retrieve data from my firestore using ember.js and emberfire. i have a simple movie database. All that is in it right now is 1 document but for some reason when i try and retrieve the ...
James's user avatar
  • 13
3 votes
1 answer
2k views

How can I authenticate via Firebase Google Auth on localhost

I'm building a site with emberfire and using firebase. Everything seems to be set up fine regarding credentials, and I can read/write to the firebase database while developing locally, but every time ...
ELepolt's user avatar
  • 393
0 votes
2 answers
142 views

Is there a way to remove ember-data from emberfire?

My app does not use ember-data, it uses only apollo for graphql to retrieve/manage data. But after installing emberfire, we must have to install ember-data too. We just use emberfire/firebase for ...
Bruno Casali's user avatar
  • 1,369
0 votes
1 answer
248 views

Connecting firebase from ember gets firebase.app is not a function getApp

I am working in an Ember.js app and currently trying to connect to firebase (is not my default adapter, the default is a Rest adapter). I followed the instructions given in https://github.com/firebase/...
Sredny M Casanova's user avatar
1 vote
1 answer
119 views

Why am i getting assertion error of FirebaseAppService

Version info DEBUG: ------------------------------- DEBUG: Ember : 3.4.4 DEBUG: Ember Data : 3.11.0 DEBUG: EmberFire : 3.0.0-rc.3 DEBUG: ------------------------------- Steps to reproduce Try ...
Yahor Padhaiski's user avatar
0 votes
1 answer
154 views

How do I query a sub collection in EmberFire?

I am currently trying to fetch data from FireStore using EmberFire. Right now, my collection is /users and in there I store a user ID. Under the user ID I create another subcollecion, containing an ...
bob_mosh's user avatar
  • 335
2 votes
2 answers
764 views

Implementing a Database - Cannot read property 'initializedRelationships' of undefined - Ember js

here is the adapter In Ember Data, an Adapter determines how data is persisted to a backend data store. Things such as the backend host, URL format and headers used to talk to a REST API can all be ...
Abbas Ghaith's user avatar
3 votes
1 answer
960 views

Ember - Sort Model after findAll

I'm using Emberfire in my app, and I'm trying to findAll stats, and then sort that model by a key, like in the following example. But, when I sort this way I lose the ability to see real time updates ...
fentech's user avatar
  • 360
0 votes
1 answer
98 views

EmberJS + Firebase: Returned custom user information should update UI

SUMMARY: I have built a simple application with EmberJS, EmberFire, and Firebase. I am happy with the connections so far and have been able to generate custom user profile in Firebase. Once created, I ...
theredtexan's user avatar
0 votes
1 answer
228 views

Ember Firebase Authentication

I've successfully connected my app to Firebase and am authorizing users while also adding additional user information to a user-profile model. There's a few things I'd like to do with this data. ...
Chris Johnson's user avatar
0 votes
0 answers
58 views

Firebase User Profile

I'm just getting started on creating a user signup and user profile login flow. For some background, each user will be able to sign up and apart of the signup process, fill out their profile (for ...
Chris Johnson's user avatar
0 votes
2 answers
234 views

EmberFire Google Authentication - Review Setup Please

Summary: I would like to connect an EmberJS application to Firebase via Google login Versions: Ember : 3.1.2, Ember Data : 3.1.1, Firebase : 3.9.0 config/environment.js 'use strict'; ...
theredtexan's user avatar
0 votes
1 answer
52 views

EmberFire Relationship Persistance

Using EmberFire, I'm trying to work with related sets of data. In this case, a Campaign has many Players and Players have many Campaigns. When I want to add a player to campaign, I understand that I ...
Zack Moore's user avatar
0 votes
1 answer
498 views

How to Edit a todo task on same component in Ember

I want to edit a todo task on same list style tag without affecting the other todo present. Below is the an image of the todo The second image below is when the edit button is clicked. What I want ...
Iakhator's user avatar
  • 159
1 vote
1 answer
248 views

emberfire: this._ref.push is not a function

The Issue I seem to be getting the following error with emberfire, I followed the documentation yet still get the error: Uncaught TypeError: this._ref.push is not a function at Class....
Giovanni's user avatar
  • 580

15 30 50 per page
1
2 3 4 5
11