{"id":18483170,"url":"https://github.com/victordantasdev/firebase-backup","last_synced_at":"2026-04-16T18:02:36.096Z","repository":{"id":199718169,"uuid":"703571068","full_name":"victordantasdev/firebase-backup","owner":"victordantasdev","description":"📁 Firebase Storage Backup: Seamlessly replicate files between Firebase instances for data redundancy.","archived":false,"fork":false,"pushed_at":"2023-10-13T14:29:26.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T20:26:18.120Z","etag":null,"topics":["firebase","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victordantasdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2023-10-11T13:44:52.000Z","updated_at":"2023-10-11T14:45:36.000Z","dependencies_parsed_at":"2025-02-16T21:39:12.122Z","dependency_job_id":null,"html_url":"https://github.com/victordantasdev/firebase-backup","commit_stats":null,"previous_names":["victordantasdev/firebase-backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/victordantasdev/firebase-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Ffirebase-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Ffirebase-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Ffirebase-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Ffirebase-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victordantasdev","download_url":"https://codeload.github.com/victordantasdev/firebase-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Ffirebase-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31897870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T17:33:00.867Z","status":"ssl_error","status_checked_at":"2026-04-16T17:32:57.401Z","response_time":69,"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":["firebase","nodejs","typescript"],"created_at":"2024-11-06T12:34:33.825Z","updated_at":"2026-04-16T18:02:36.059Z","avatar_url":"https://github.com/victordantasdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📁 Firebase Storage Backup App\n\nThis Node.js application is designed to help you back up files from one Firebase Storage to another. It's built using TypeScript and can be easily run within a Docker container.\n\n## Prerequisites\n\nBefore you get started, make sure you have the following:\n\n- Node.js and npm installed\n- Docker and Docker Compose installed (if you plan to use Docker)\n- Firebase project details for both the source (ORIGIN) and destination (DESTINY) Firebase Storage instances.\n\n## Environment Variables\n\nYou need to set the following environment variables in a `.env` file or your system environment for the application to work correctly:\n\n### Source Firebase Configuration\n- `ORIGIN_API_KEY`: Your source Firebase API Key\n- `ORIGIN_AUTH_DOMAIN`: Your source Firebase Authentication Domain\n- `ORIGIN_PROJECT_ID`: Your source Firebase Project ID\n- `ORIGIN_STORAGE_BUCKET`: Your source Firebase Storage Bucket\n- `ORIGIN_MESSAGING_SENDER_ID`: Your source Firebase Messaging Sender ID\n- `ORIGIN_APP_ID`: Your source Firebase App ID\n\n### Destination Firebase Configuration\n- `DESTINY_API_KEY`: Your destination Firebase API Key\n- `DESTINY_AUTH_DOMAIN`: Your destination Firebase Authentication Domain\n- `DESTINY_PROJECT_ID`: Your destination Firebase Project ID\n- `DESTINY_STORAGE_BUCKET`: Your destination Firebase Storage Bucket\n- `DESTINY_MESSAGING_SENDER_ID`: Your destination Firebase Messaging Sender ID\n- `DESTINY_APP_ID`: Your destination Firebase App ID\n\n## Build the Application\n\nIf you want to build the application manually, you can run the following command:\n\n```bash\nnpm run build\n```\n\n## Docker Setup\n\nIf you prefer to run the application within a Docker container, you can follow these steps:\n\nBuild the Docker image with the provided Dockerfile:\n```bash\ndocker build -t firebase-storage-backup -f Dockerfile .\n```\n\nOr run the application using Docker Compose:\n\n```bash\ndocker-compose up\n```\n\n## Usage\n\nOnce the application is set up, it will copy files from the source Firebase Storage to the destination Firebase Storage. You can customize the backup process by modifying the TypeScript code according to your specific requirements.\n\n## License\n\nThis project is licensed under the [ISC License](LICENSE) - see the [LICENSE](LICENSE) file for details.\n\n\n# Acknowledgments\n\nThanks to the Firebase team for providing a reliable cloud storage solution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictordantasdev%2Ffirebase-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictordantasdev%2Ffirebase-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictordantasdev%2Ffirebase-backup/lists"}