{"id":15184491,"url":"https://github.com/ernesto27/firestore-backup","last_synced_at":"2026-03-01T16:02:39.500Z","repository":{"id":149696205,"uuid":"548518570","full_name":"ernesto27/firestore-backup","owner":"ernesto27","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-10T01:06:50.000Z","size":34,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T01:43:19.609Z","etag":null,"topics":["backup","firebase","firestore","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ernesto27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-10-09T18:30:12.000Z","updated_at":"2022-12-24T04:47:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac8398a8-620d-47bc-a085-6493d81ca72a","html_url":"https://github.com/ernesto27/firestore-backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ernesto27/firestore-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernesto27%2Ffirestore-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernesto27%2Ffirestore-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernesto27%2Ffirestore-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernesto27%2Ffirestore-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernesto27","download_url":"https://codeload.github.com/ernesto27/firestore-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernesto27%2Ffirestore-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["backup","firebase","firestore","golang"],"created_at":"2024-09-27T17:02:08.840Z","updated_at":"2026-03-01T16:02:39.473Z","avatar_url":"https://github.com/ernesto27.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FIRESTORE BACKUP\n\nThis is a simple tool to create backups from a firestore database.\n\n## Installation\n\nYou need to have installed golang and configured $GOPATH environment variable.\n\nAfter that run this command \n\n```bash\ngo install github.com/ernesto27/firestore-backup\n```\n\n## Usage\n\n```bash\nfirestore-backup [firebase-credentials.json] [collections..]\n```\n\nFirst parameter \"firebase-credentials.json\" is the config firebase file that you can download from your firebase console.\n\n```\nProject settings -\u003e Service accounts -\u003e Firebase admin SDK\n```\n\n\"collections..\" is the name of the collections that you want to backup.\n\n## Example\n\n```bash\nfirestore-backup firebase-credentials.json users posts\n```\n\nThis will create two files \"users.json\" and \"posts.json\" with the data of the collections.\n\nExample users.json\n```json\n{\n  \"fNttol9VYulnwkFSir6p\": {\n    \"name\": \"name1\",\n    \"uid\": \"oU4IC2RLSEQvGITjZLcPplMmjZs1\"\n  },\n  \"oZs16BA72KgmFdVoGdYh\": {\n    \"name\": \"name2\",\n    \"uid\": \"BJT295K2wpQkewA8kvMQeJrEhdk1\"\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernesto27%2Ffirestore-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernesto27%2Ffirestore-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernesto27%2Ffirestore-backup/lists"}