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

Quickstart using Webpack, Vuefire, and Firestore

Results 1 vue-firestore-hello-world issues
Sort by recently updated
recently updated
newest added

Hi, ` import VueFire from 'vuefire' ` ` Vue.use(VueFire) ` This is not working. It should be ` import { firestorePlugin } from 'vuefire' ` ` Vue.use(firestorePlugin) ` Let me...