{"id":20324650,"url":"https://github.com/gh640/firestore2csv","last_synced_at":"2026-05-10T02:02:39.259Z","repository":{"id":74923592,"uuid":"326989171","full_name":"gh640/firestore2csv","owner":"gh640","description":"A Python script to dump Firestore collection data with CSV format.","archived":false,"fork":false,"pushed_at":"2021-01-10T06:48:37.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T10:25:36.598Z","etag":null,"topics":["firebase","firestore","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/gh640.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-05T12:16:52.000Z","updated_at":"2022-08-03T14:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"1354c423-4dab-43a9-b35b-aaa4cad1149a","html_url":"https://github.com/gh640/firestore2csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gh640/firestore2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh640%2Ffirestore2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh640%2Ffirestore2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh640%2Ffirestore2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh640%2Ffirestore2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh640","download_url":"https://codeload.github.com/gh640/firestore2csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh640%2Ffirestore2csv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"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","firestore","python"],"created_at":"2024-11-14T19:36:45.995Z","updated_at":"2026-05-10T02:02:34.214Z","avatar_url":"https://github.com/gh640.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `firestore2csv.py`\n\nA Python script to dump Firestore collection data with CSV format.\n\n## Requirements\n\n- Python 3.9\n- Poetry 1.x\n\n## Usage\n\nClone this repo.\n\n```bash\ngit clone https://github.com/gh640/firestore2csv.git\n```\n\nInstall dependency packages with [Poetry](https://github.com/python-poetry/poetry).\n\n```bash\ncd firestore2csv\npoetry install\n```\n\nRun the script.\n\n```bash\npoetry run python firestore2csv.py \\\n  --cred-file firebase-service-account.json \\\n  --collection-name mycollection \\\n  --fields field_a,field_b,field_c \\\n  --order-by field_c \\\n  --direction ASC\n```\n\nAvailable options (all required):\n\n- `--cred-file`\n- `--collection-name`\n- `--fields`\n- `--order-by`\n- `--direction`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh640%2Ffirestore2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh640%2Ffirestore2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh640%2Ffirestore2csv/lists"}