8000 Error: "Not permitted. Firebase not initialized." when enabling Real-Time Collabouration · Issue #12 · coderpair/vscode-live · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error: "Not permitted. Firebase not initialized." when enabling Real-Time Collabouration #12

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

Open
progettoautomazione opened this issue Nov 27, 2021 · 0 comments

Comments

@progettoautomazione
Copy link
progettoautomazione commented Nov 27, 2021

I have followed the setup guide to install the tool on my Ubuntu 18, and I'm able to code using VS Studio Code in the browser. But when I go to the /dashboard url to enable real time collab, I get the error "Not permitted. Firebase not initialized.".
In the config file I've set up the firebase parameters like explained in the readme.
Any idea of what can be the cause?

My config.yml:

bind-addr: 127.0.0.1:8080
auth: password
password: ####
admin: ####
cert: false
firebase-apiKey: '####'
firebase-authDomain: '####.firebaseapp.com'
firebase-databaseURL: 'https://####.firebasedatabase.app'
firebase-ref: '-MCyz2LOkxQUSJBASlcG'
users: {
user1: {password: ####, role: admin},
user2: {password: ####, role: user},
user3: {password: ####, role: user}
}

Here you can see my Firebase settings: https://nimb.ws/l7PKIr
Here the rules of my Real Time Database on Firebase: https://nimb.ws/hketp0

Thanks

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

1 participant
0