{"id":21324528,"url":"https://github.com/nsimonfr/firebase-pulumi","last_synced_at":"2026-05-09T06:35:24.935Z","repository":{"id":203622583,"uuid":"710030007","full_name":"nSimonFR/firebase-pulumi","owner":"nSimonFR","description":"🧨 A quickstart / template of how to use pulumi with GCP provider for Firebase","archived":false,"fork":false,"pushed_at":"2023-10-25T22:28:46.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T01:10:05.554Z","etag":null,"topics":["firebase","gcp","iac","pulumi","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nSimonFR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-25T21:40:02.000Z","updated_at":"2025-04-30T01:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"3db044e3-e760-491d-b327-9d9916d54016","html_url":"https://github.com/nSimonFR/firebase-pulumi","commit_stats":null,"previous_names":["nsimonfr/firebase-pulumi"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nSimonFR/firebase-pulumi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nSimonFR%2Ffirebase-pulumi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nSimonFR%2Ffirebase-pulumi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nSimonFR%2Ffirebase-pulumi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nSimonFR%2Ffirebase-pulumi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nSimonFR","download_url":"https://codeload.github.com/nSimonFR/firebase-pulumi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nSimonFR%2Ffirebase-pulumi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["firebase","gcp","iac","pulumi","typescript"],"created_at":"2024-11-21T20:34:48.707Z","updated_at":"2026-05-09T06:35:24.899Z","avatar_url":"https://github.com/nSimonFR.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase on Pulumi IaC (GCP) - TypeScript\n\nHeavily based on Firebase documentation for terraform: https://firebase.google.com/docs/projects/terraform/get-started - adapted for `pulumi` with some more configuration / logs to help !\n\nCan be used as a repository template / quickstart.\n\n## What does it do ?\n\nThe intended purpose is to have a quickstart on firebase on a brand new GCP project - with some feature configured:\n1. Setups a new GCP Project with your billing account.\n2. Activate minimum required services / APIs\n3. Activates Firebase on the GCP Project\n4. Sets up a secure ios API key with solely GMaps SDK activated\n5. Sets up identity module as another example firebase feature\n\n## Pulumi graph\n\n![pulumi-graph.png](./pulumi-graph.png)\n\n## Quickstart\n\n### Pre-requesites\n\n- installed pulumi cli\n- be logged in on pulumi\n- have your own backend setup [optional]\n\n### Project and stack\n\nUpdate [./Pulumi.yaml](./Pulumi.yaml) with your project name (`myapp-gcp`).\n\nThen, setup a new stack _(with your updated name)_:\n```bash\npulumi stack init YOURNAME/myapp-gcp/prod\n```\n\n### Configuration\n\nThen, set your configuration based on the settings in [./src/variables.ts](./src/variables.ts)\n```\npulumi config set NAME_OF_VAR VALUE_OF_VAR\n```\n\n### Configuration recommendation\n\nUse `--secret` flag to hide sensitive configuration in stack config !\n\nUsing `gcp:credentials` prevents conflict between `gcloud` configurations (And their activation) - you can usually find your `gcloud` credentials in `~/.config/gcloud/`. \n\n### Start\n\nThen, start your project (or `plan`) !\n```\npulumi up\n```\nManual actions and outputs will be logged automatically as ressources get created to help you (Not all things can be IaC-ed !)\n\n## Ressources / Documentations\n\nPulumi =\u003e \u003chttps://www.pulumi.com/\u003e\n\nPulumi GCP Provider Documentation =\u003e https://www.pulumi.com/registry/packages/gcp/\n\nFirebase Terraform Setup by GCP =\u003e https://firebase.google.com/docs/projects/terraform/get-started\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsimonfr%2Ffirebase-pulumi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsimonfr%2Ffirebase-pulumi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsimonfr%2Ffirebase-pulumi/lists"}