Open
Conversation
Author
|
While building the snap if you get an error that 'icns2png' exec was not found in $PATH. |
|
Is it a dead project? |
|
Sigh. This looked like a nice app. I can't even log in with my private key json file so can't use the app at all |
|
@hb-webdev I'm not the maintainer, but testing the Windows version of the application works fine. Please note that the Google Console outputs incorrect URL with an extra "firebase-" prepended to Database URL in the JSON credential file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! I put together this PR to add a snap package. I've tested it on Ubuntu 16.04, but it should work just as well on Ubuntu 17.10, Ubuntu 14.04, Linux Mint, Manjaro, Debian, OpenSUSE, Solus, etc.
If you merge and
npm run buildit will createdist/firebase-admin_1.0.1_amd64.snap.Copy this to a Linux system, enable snap support, then run:
sudo snap install firebase-admin_1.0.1_amd64.snap --dangerousRun with
firebase-adminor find it in the launcher.If you create a developer account and push this to the Snap Store, it can be discovered and installed through GNOME Software and https://snapcraft.io/discover. To create the developer account, sign up here, then register the "firebase-admin" name.
You'll need the snapcraft command to push the snap file to the store.
If you're on a Mac, you can
brew install snapcraftIf you're on Linux, it's
sudo snap install --classic snapcraftThen you can push Ling out with:
snapcraft push firebase-admin_1.0.1_amd64.snap --release stable