emberfire icon indicating copy to clipboard operation
emberfire copied to clipboard

Steps for local-setup lead to non-functional dummy app

Open crixx opened this issue 6 years ago • 2 comments

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)
-------------------------------

Test case

none

Steps to reproduce

Follow the steps from: local-setup.md git clone npm i npm run serve

Expected behavior

a functional dummy app

Actual behavior

Error messages at startup:

Uncaught Error: Could not find module '_eai_dyn_firebase/performance' imported from '(require)'
    at missingModule (loader.js:247)
    at findModule (loader.js:258)
    at requireModule (loader.js:24)
    at module.exports.window.emberAutoImportDynamic (app.js:13)
    at FirebaseAppService._this.performance (firebase-app.js:21)
    at Class.init (performance-route.js:11)
    at Class.superWrapper [as init] (index.js:323)
    at initialize (core_object.js:84)
    at Function.create (core_object.js:661)
    at FactoryManager.create (index.js:533)

Since it's not working on my machine, I cannot make a PR to fix it. If you could provide some details, I'm happy to help!

/crixx

crixx avatar Dec 28 '19 23:12 crixx

Sorry, yes those are outdated; please try building the library before running serve as we're currently using an older version of ember-cli-typescript.

npm run build

jamesdaniels avatar Jan 08 '20 04:01 jamesdaniels

@jamesdaniels is there anything I can do to help keep this project up to date? I have a bit of time to work on it and I find emberfire very useful. Let me know what needs to be done

zinyando avatar Jan 14 '20 15:01 zinyando