-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Firebase keeps getting mysteriously uninstalled in my projects #5212
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
Comments
Where is it installed? Only content of |
Good question, not exactly sure. I would assume the install location is the "default" for |
After installing, try |
Thanks, here it is: Do you think running |
@unrealapex You should have a custom Dockerimage and instal firebase there: https://www.gitpod.io/docs/config-docker |
While that will keep Firebase installed, won't I need to login every time? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug description
I've noticed that after installing Firebase in a Gitpod workspace and returning to it after a few days, firebase is gone as if it was never installed, but files like the
.firebaserc
andserviceAccountKey.json
are still there unmodified.Steps to reproduce
npm install -g firebase-tools
firebase
Expected behavior
Upon opening the workspace and trying to run firebase, firebase would be installed.
Example repository
No response
Anything else?
I use Gitpod on a school administered machine so it could be possible that my school IT admins have been remotely accessing my chromebook and uninstalling it for security reasons or maybe my chromebook has a virus 👀 .
The text was updated successfully, but these errors were encountered: