jsayol / vscode-firebase-explorer

Visual Studio Code extension to explore and manage your Firebase projects
https://devlibrary.withgoogle.com/products/firebase/repos/jsayol-vscode-firebase-explorer
MIT License
148 stars 22 forks source link

Code Server (Coder) Sign In PopUp #35

Open LaCocoRoco opened 2 years ago

LaCocoRoco commented 2 years ago

I use Firebase Explorer with Coder Server (Coder) on Debian 11. When i login with "firebase login --no-localhost" on every start or after "window reload" the "Hello! Sign in..." notfiication is poping up. I tried "firebase login:ci --no-localhost" and export token as "$FIREBASE_TOKEN" but this also does not fix the problem. To be precise, it does not even take the "FIREBASE_TOKEN" (On Gitpod it was possible to fix the notification problem with token export).

IMG