{"id":16512911,"url":"https://github.com/n6g7/firebase-backup","last_synced_at":"2025-10-28T04:31:59.924Z","repository":{"id":57236579,"uuid":"125658301","full_name":"n6g7/firebase-backup","owner":"n6g7","description":"A set of firebase functions to backup realtime db / firestore data.","archived":false,"fork":false,"pushed_at":"2019-11-09T12:43:58.000Z","size":12,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T20:43:53.870Z","etag":null,"topics":["backup","firebase","firebase-realtime-database","firebase-storage","firestore"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/n6g7.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}},"created_at":"2018-03-17T18:36:07.000Z","updated_at":"2023-03-07T16:56:42.000Z","dependencies_parsed_at":"2022-08-23T14:40:10.264Z","dependency_job_id":null,"html_url":"https://github.com/n6g7/firebase-backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n6g7%2Ffirebase-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n6g7%2Ffirebase-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n6g7%2Ffirebase-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n6g7%2Ffirebase-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n6g7","download_url":"https://codeload.github.com/n6g7/firebase-backup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238597386,"owners_count":19498396,"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":["backup","firebase","firebase-realtime-database","firebase-storage","firestore"],"created_at":"2024-10-11T16:06:31.765Z","updated_at":"2025-10-28T04:31:54.512Z","avatar_url":"https://github.com/n6g7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebase-backup\n\n[![CircleCI](https://circleci.com/gh/n6g7/firebase-backup.svg?style=svg)](https://circleci.com/gh/n6g7/firebase-backup)\n[![npm version](https://badge.fury.io/js/firebase-backup.svg)](https://badge.fury.io/js/firebase-backup)\n[![Known Vulnerabilities](https://snyk.io/test/github/n6g7/firebase-backup/badge.svg?targetFile=package.json)](https://snyk.io/test/github/n6g7/firebase-backup?targetFile=package.json)\n\nFirebase functions to backup realtime and firestore databases.\nBackup files are stored in firebase storage.\n\n## Usage\n\n- Install in your functions directory:\n  ```sh\n  cd ./functions\n  npm install firebase-backup --save\n  ```\n- Register a new function in `functions/index.js`:\n  ```js\n  const backup = require('firebase-backup')\n\n  exports.backup = backup.realtimeDb()\n  ```\n\n## To do\n\n- [X] Support firestore\n- [ ] Support other types of functions (pubsub, ...?)\n- [ ] Option: only backup a subsection of the database (selector)\n- [ ] Option: custom path for backup file\n- [ ] Option: compress backup file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn6g7%2Ffirebase-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn6g7%2Ffirebase-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn6g7%2Ffirebase-backup/lists"}