Backups up your firebase to a local file. Based on work by https://github.com/sergiopantoja/firebase-backup-node
- nodejs
- firebase
- coffeescript
Make a ./config.json file like:
{
"backupLocation": "backups",
"firebaseURL": "your url",
"firebaseSecret": "your secret key"
}
Then Run:
coffee ./firebase-backup.coffee
Copyright © 2014 Curtis M. Humphrey and is licensed under the terms of the MIT License.