{"id":28398751,"url":"https://github.com/elislusarczyk/terraform-provider-firebase","last_synced_at":"2025-06-28T18:32:03.889Z","repository":{"id":57513006,"uuid":"141021199","full_name":"elislusarczyk/terraform-provider-firebase","owner":"elislusarczyk","description":"Terraform Firebase provider","archived":false,"fork":false,"pushed_at":"2019-01-08T11:39:22.000Z","size":6531,"stargazers_count":36,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-01T14:10:41.338Z","etag":null,"topics":["firebase","firebase-admin","firebase-admin-sdk","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://github.com/eliaszs/terraform-provider-firebase","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elislusarczyk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-15T11:17:45.000Z","updated_at":"2025-04-23T17:53:29.000Z","dependencies_parsed_at":"2022-08-31T22:51:50.035Z","dependency_job_id":null,"html_url":"https://github.com/elislusarczyk/terraform-provider-firebase","commit_stats":null,"previous_names":["eliaszs/terraform-provider-firebase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elislusarczyk/terraform-provider-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elislusarczyk%2Fterraform-provider-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elislusarczyk%2Fterraform-provider-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elislusarczyk%2Fterraform-provider-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elislusarczyk%2Fterraform-provider-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elislusarczyk","download_url":"https://codeload.github.com/elislusarczyk/terraform-provider-firebase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elislusarczyk%2Fterraform-provider-firebase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937041,"owners_count":23232846,"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","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":["firebase","firebase-admin","firebase-admin-sdk","terraform","terraform-provider"],"created_at":"2025-06-01T06:10:42.879Z","updated_at":"2025-06-28T18:32:03.883Z","avatar_url":"https://github.com/elislusarczyk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform Firebase Provider\n==================\n\n- Website: https://www.terraform.io\n- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)\n- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)\n\n\u003cimg src=\"https://cdn.rawgit.com/hashicorp/terraform-website/master/content/source/assets/images/logo-hashicorp.svg\" width=\"600px\"\u003e\n\nMaintainers\n-----------\n\nThis provider plugin is maintained by the Terraform team at [HashiCorp](https://www.hashicorp.com/).\n\nRequirements\n------------\n\n-\t[Terraform](https://www.terraform.io/downloads.html) 0.10.x\n-\t[Go](https://golang.org/doc/install) 1.8 (to build the provider plugin)\n\nUsage\n---------------------\n\n```\n# For example, restrict template version in 0.1.x\nprovider \"firebase\" {\n  version = \"~\u003e 0.1\"\n}\n```\n\nBuilding The Provider\n---------------------\n\nClone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-firebase`\n\n```sh\n$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers\n$ git clone git@github.com:eliaszs/terraform-provider-firebase.git\n```\n\nEnter the provider directory and build the provider\n\n```sh\n$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-firebase\n$ make build\n```\n\nUsing the provider\n----------------------\n## Fill in for each provider\n\nDeveloping the Provider\n---------------------------\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.8+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\nTo compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```sh\n$ make bin\n...\n$ $GOPATH/bin/terraform-provider-firebase\n...\n```\n\nIn order to test the provider, you can simply run `make test`.\n\n```sh\n$ make test\n```\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```sh\n$ make testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felislusarczyk%2Fterraform-provider-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felislusarczyk%2Fterraform-provider-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felislusarczyk%2Fterraform-provider-firebase/lists"}