vuefire-quickstart icon indicating copy to clipboard operation
vuefire-quickstart copied to clipboard

I needed to switch Firebase database typ

Open danieljsj opened this issue 7 years ago • 2 comments

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 avatar Aug 23 '18 17:08 danieljsj

@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).

sejr avatar Dec 05 '18 22:12 sejr

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

posva avatar Jun 26 '19 12:06 posva