Socket
Socket
Sign inDemoInstall

firebase-backup

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    firebase-backup

A set of firebase functions to backup realtime db / firestore.


Version published
Weekly downloads
8
Maintainers
1
Install size
4.36 kB
Created
Weekly downloads
 

Readme

Source

firebase-backup

CircleCI npm version Known Vulnerabilities

Firebase functions to backup realtime and firestore databases. Backup files are stored in firebase storage.

Usage

  • Install in your functions directory:
    cd ./functions
    npm install firebase-backup --save
    
  • Register a new function in functions/index.js:
    const backup = require('firebase-backup')
    
    exports.backup = backup.realtimeDb()
    

To do

  • Support firestore
  • Support other types of functions (pubsub, ...?)
  • Option: only backup a subsection of the database (selector)
  • Option: custom path for backup file
  • Option: compress backup file

Keywords

FAQs

Last updated on 18 Mar 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc