cch5ng / recipe-box-firebase

Recipe application using Firebase backend and Google login.
http://cch5ng.github.io/recipe-box-firebase
0 stars 2 forks source link

[logistics] upgrade packages #24

Open cch5ng opened 7 years ago

cch5ng commented 7 years ago
cch5ng commented 7 years ago

longer list https://david-dm.org/cch5ng/recipe-box-firebase

https://david-dm.org/cch5ng/recipe-box-firebase?type=dev

cch5ng commented 7 years ago

the david checker works but it can take a while to refresh (not immediate)

also it is probably a good idea to update the app version num on package.json

cch5ng commented 7 years ago

upgrading latest from nvm 6.9.5

cch5ng commented 7 years ago

rebase appears broken

Uncaught Error: REBASE: Rebase.createClass failed. to migrate from 2.x.x to 3.x.x, the config must be an object. See: https://firebase.google.com/docs/web/setup#add_firebase_to_your_app
    at _throwError (bundle.js:27117)
    at _validateConfig (bundle.js:27339)
    at Object.createClass (bundle.js:27048)
    at Object.<anonymous> (bundle.js:21838)
    at __webpack_require__ (bundle.js:660)
    at fn (bundle.js:84)
    at Object.<anonymous> (bundle.js:13523)
    at __webpack_require__ (bundle.js:660)
    at fn (bundle.js:84)
    at Object.defineProperty.value (bundle.js:21422)
cch5ng commented 7 years ago

https://firebase.google.com/support/guides/firebase-web

cch5ng commented 7 years ago

seems some combination of the firebase + rebase upgrades broke the app look into switching to firebase (no rebase) for now...

webpack required config updates for the migration but it seems to be mostly working