I needed to switch Firebase database typ
This ALMOST worked out of box; I first had to switch the database type to "Realtime Database" instead of "Cloud Firestore [BETA]", and then add permissive rules, (switch false to true) here: https://console.firebase.google.com/u/0/project/myappname/database/myappname/rules
{ "rules": { ".read": true, ".write": true } }
Maybe just update the readme? Or would you like me to make a pull request? (I haven't done one yet...)
@danieljsj Sorry for the slow reply; I haven't looked at this repo in a while and there have been lots of changes to both Vue and the Firebase SDK. You are welcome to submit PR's but I am also considering archiving this repository (and/or replacing with a Vue 3 version that utilizes TypeScript).
Tell me if you need help to upgrade to Vuefire 2, the only thing that changed were installation instructions: https://vuefire.vuejs.org/vuefire/getting-started.html#installation