EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

Firebase version causes grpc clash #42

Closed mortocks closed 5 years ago

mortocks commented 5 years ago

package.json defines "firebase": "^4.13.1", Current version of firebase is 5.6.0

installing with the old version on node v10.14.1 causes issues with the gRCP library.

EvanAgee commented 5 years ago

They've made lots of changes to Firebase since the initial release of this project. It might be best to ignore more Firebase boilerplate stuff and roll your own unfortunately.

EvanAgee commented 5 years ago

@mortocks I've just released an updated version of this project that removes the Firebase integration example.