Error: "Not permitted. Firebase not initialized." when enabling Real-Time Collabouration · Issue #12 · coderpair/vscode-live · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: