Skip to content

NodeJS app that regularly saves the contents of your Firebase Database in JSON format into an Amazon AWS S3 bucket

License

Notifications You must be signed in to change notification settings

AlexMotz/Firebase-Backup-AWS_S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Firebase AWS S3 Backup

NodeJS app that regularly saves the contents of your Firebase Database in JSON format into an Amazon AWS S3 bucket

###ENV VARS Required

NODE_ENV=

FIREBASE_DATABASE_URL=
FIREBASE_SECRET=

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

BUCKET_NAME=
STATIC_NAME=

SAVE_INTERVAL_MINUTES=

About

NodeJS app that regularly saves the contents of your Firebase Database in JSON format into an Amazon AWS S3 bucket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published