{"id":13798687,"url":"https://github.com/jthegedus/asdf-firebase","last_synced_at":"2025-10-14T04:40:40.976Z","repository":{"id":37798414,"uuid":"247023215","full_name":"jthegedus/asdf-firebase","owner":"jthegedus","description":"🔥Firebase CLI (firebase-tools) plugin for asdf version manager. Pin your Firebase CLI version for each project without Node.js or npm!","archived":false,"fork":false,"pushed_at":"2024-02-06T17:40:07.000Z","size":150,"stargazers_count":18,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T00:22:14.615Z","etag":null,"topics":["asdf","asdf-firebase","asdf-plugin","asdf-vm","firebase","firebase-cli","firebase-sdk","firebase-tools","google"],"latest_commit_sha":null,"homepage":"https://asdf-vm.com/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jthegedus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-13T08:32:26.000Z","updated_at":"2024-07-23T13:41:16.000Z","dependencies_parsed_at":"2022-06-22T16:39:14.971Z","dependency_job_id":"8b3727e6-b9f2-4e8f-91ad-40c235bec995","html_url":"https://github.com/jthegedus/asdf-firebase","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"asdf-vm/asdf-plugin-template","purl":"pkg:github/jthegedus/asdf-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jthegedus%2Fasdf-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jthegedus%2Fasdf-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jthegedus%2Fasdf-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jthegedus%2Fasdf-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jthegedus","download_url":"https://codeload.github.com/jthegedus/asdf-firebase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jthegedus%2Fasdf-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017930,"owners_count":26086213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asdf","asdf-firebase","asdf-plugin","asdf-vm","firebase","firebase-cli","firebase-sdk","firebase-tools","google"],"created_at":"2024-08-04T00:00:49.928Z","updated_at":"2025-10-14T04:40:40.948Z","avatar_url":"https://github.com/jthegedus.png","language":"Shell","funding_links":[],"categories":["특집 (신간)"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# asdf-firebase ![Build](https://github.com/jthegedus/asdf-firebase/workflows/Build/badge.svg) ![Lint](https://github.com/jthegedus/asdf-firebase/workflows/Lint/badge.svg) [![Mentioned in Awesome Firebase](https://awesome.re/mentioned-badge.svg)](https://github.com/jthegedus/awesome-firebase)\n\n[Firebase CLI](https://firebase.google.com/) [(firebase-tools)](https://github.com/firebase/firebase-tools) plugin for [asdf version manager](https://asdf-vm.com). Manage your Firebase CLI without Node.js or npm global installs! Great for pinning your firebase version across the team and for `python`, `golang`, `c++` \u0026 `java` Firebase projects.\n\n![asdf-firebase](./assets/asdf-firebase.png)\n\n\u003c/div\u003e\n\n# Contents\n\n- [Dependencies](#dependencies)\n- [Install](#install)\n- [Why?](#why)\n- [Contributing](#contributing)\n- [License](#license)\n\n# Dependencies\n\nAre tracked in [lib/dependencies.txt](lib/dependencies.txt) and checked on installation of plugin and `asdf install gcloud *`. The core dependencies are: `bash`, `curl`, `git`, `grep`, `uname`.\n\n# Install\n\nPlugin:\n\n```shell\n# prefer the git url method\nasdf plugin add https://github.com/jthegedus/asdf-firebase.git\n# or\nasdf plugin add firebase\n```\n\nInstall [`firebase-tools`](https://github.com/firebase/firebase-tools):\n\n```shell\nasdf install firebase latest\n```\n\nSet global version:\n\n```shell\nasdf global firebase 7.15.1\n```\n\nor if [![https://github.com/asdf-vm/asdf/pull/633](https://img.shields.io/github/pulls/detail/state/asdf-vm/asdf/633)](https://github.com/asdf-vm/asdf/pull/633) is merged, set the **latest installed** version:\n\n```shell\nasdf global firebase latest\n```\n\nThese commands also apply to `asdf local gcloud \u003cversion\u003e`.\n\nSee `.tool-versions` configuration in the [asdf](https://asdf-vm.com/#/core-configuration?id=tool-versions) documentation to manage all your project's tools in one place!\n\n# Why?\n\n`firebase-tools` is a CLI tool for all Firebase projects, regardless of language. To date, the methods for installation have been downloading the CLI from the Firebase website or through `npm`, with `npm` being the primary method advertised.\n\nWith `asdf` and the `asdf-firebase` plugin, users/teams of any Firebase project can install and pin the version of the Firebase CLI without needing to manage Node.js or `npm`!\n\n# Contributing\n\nContributions of any kind welcome! See the [contributing guide](CONTRIBUTING.md).\n\n[Thanks goes to these contributors](https://github.com/jthegedus/asdf-firebase/graphs/contributors)!\n\n## Why are there Node deps here?\n\nI decided the value of [commitlint](https://commitlint.js.org/#/) \u0026 sharing Git Hooks with [husky](https://typicode.github.io/husky/#/) were greater than the cost of including these deps. Not only this, but dogfooding `asdf` for dev deps makes this less of an issue.\n\n# License\n\n[MIT License](LICENSE) © [James Hegedus](https://github.com/jthegedus/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjthegedus%2Fasdf-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjthegedus%2Fasdf-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjthegedus%2Fasdf-firebase/lists"}