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
Open
@progettoautomazione

Description

@progettoautomazione

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0