Hello,
I am trying to run the following simple line of code in my main.js file:
var Users = new Firebase('https://vue-demo.firebaseIO.com/users');
and I get this weird error:
Uncaught TypeError: _firebase2.default is not a constructor
Any idea? it's driving me crazy! :(
FYI, I am using Vue js, vue fire and firebase all installed through npm.
Thanks!