Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I needed to switch Firebase database typ #2

Open
danieljsj opened this issue Aug 23, 2018 · 2 comments
Open

I needed to switch Firebase database typ #2

danieljsj opened this issue Aug 23, 2018 · 2 comments

Comments

@danieljsj
Copy link

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

@sejr
Copy link
Owner

sejr commented Dec 5, 2018

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

@posva
Copy link

posva commented Jun 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants