question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Emberfire not working with Ember 3.4

See original GitHub issue

Version info

e.g.
DEBUG: -------------------------------
DEBUG: Ember      : 3.4.x
DEBUG: Ember Data : 3.4.x
DEBUG: Firebase   : 3.4.1
DEBUG: EmberFire  : 2.0.10
DEBUG: -------------------------------

Test case

Start an Ember app with version 3.4

Steps to reproduce

Install current version of emberfire (2.0.10). And install Ember 3.4. Run it with ember serve. Site does not load.

Expected behavior

Side should load.

Actual behavior

Error in console

Uncaught Error: Could not find module `ember` imported from `emberfire/initializers/emberfire`
    at missingModule (loader.js:247)
    at findModule (loader.js:258)
    at Module.findDeps (loader.js:168)
    at findModule (loader.js:262)
    at Module.findDeps (loader.js:168)
    at findModule (loader.js:262)
    at requireModule (loader.js:24)
    at resolveInitializer (index.js:34)
    at registerInitializers (index.js:47)
    at exports.default (index.js:28)
```

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

28reactions
fsmanuelcommented, Sep 15, 2018

@Ceany ember install ember-cli-shims should do the trick.

2reactions
maximilianmeiercommented, Sep 16, 2018

@fsmanuel That works perfectly. Thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

Emberfire not working with Ember 3.4 · Issue #556 - GitHub
Install current version of emberfire (2.0.10). And install Ember 3.4. Run it with ember serve. Site does not load. Expected behavior. Side ...
Read more >
Problem with Emberfire - Ember Data
I made a test app in Ember 3.0 based on a book and I used Emberfire as the database. I have now a...
Read more >
Why am i getting assertion error of FirebaseAppService
How have i already tried to solve it: Installed different versions of emberfire and ember-cli, but had another issues; Searched error in google ......
Read more >
yoember.com: Ember.js Octane Tutorial - From beginner to ...
Free Ember.js tutorial for absolute beginners. ... Ember server, otherwise you'll have problems with the newly installed EmberFire addon.
Read more >
The 8 Most Common Mistakes That Ember.js Developers Make
When they arrive, the above problem will vanish. Common Mistake No. 3: Not Calling the Default Implementation in setupController. Routes in Ember have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found