vue-firestore-hello-world
vue-firestore-hello-world copied to clipboard
VueFire not working
Hi,
import VueFire from 'vuefire'
Vue.use(VueFire)
This is not working.
It should be
import { firestorePlugin } from 'vuefire'
Vue.use(firestorePlugin)
Let me know if there's anything I can do to help.