New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

firebase-github-backup

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-github-backup

Make automated encrypted backups of your Firebase database in a GitHub repo

1.0.17
latest
Source
npm
Version published
Weekly downloads
18
350%
Maintainers
1
Weekly downloads
 
Created
Source

🔥🗄️ Firebase GitHub Backup

Automagically backup your Firebase Cloud Firestore database to a GitHub repository, with AES-256 encryption. The GitHub Actions workflow runs every week and stores encrypted backups in the ./backups directory as .zip files.

Release CI Backup CI

⭐ Getting started

  • Fork this repository
  • Add required repository secrets

Backup files will be created weekly, and can be downloaded and manually decrypted for viewing. You can also use the npm run decrypt script to decrypt all stored files. As an example, our production database' backups are available in the ./backups directory of this repository.

⚙️ Configuration

Environment variables

Locally, environment variables are loaded from a .env file. For GitHub Actions, add the following as repository secrets (see Creating and storing encrypted secrets):

  • FIREBASE_SERVICE_ACCOUNT_KEY is the Firebase Service Account Key in JSON format
  • FIREBASE_DATABASE_URL is the Firebase Cloud Firestore database URL, e.g., https://example.firebaseio.com
  • BACKUPS_DIRECTORY is the directory to save backups in, defaults to backups
  • KEY is the key for AES-256 encryption, can be any length since it is hashed
  • INITIALIZATION_VECTOR is the IV for AES-256, can be any length since it is hashed

Deployment

Run the script using ts-node:

npm run run

You can also decrypt all backups in the directory:

npm run decrypt

Compile TypeScript and run Node.js script:

npm run build && npm run start

📄 License

  • Code: MIT © Koj
  • "Firebase" is a trademark of Google LLC
  • "GitHub" is a trademark of GitHub, Inc.

Koj

An open source project by Koj.
Furnish your home in style, for as low as CHF175/month →

Keywords

firebase

FAQs

Package last updated on 15 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts