vue-firestore-hello-world icon indicating copy to clipboard operation
vue-firestore-hello-world copied to clipboard

VueFire not working

Open harshittpandey opened this issue 6 years ago • 0 comments

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.

harshittpandey avatar Jul 04 '19 09:07 harshittpandey