Skip to content

Commit 89151a7

Browse files
committed
Add support for .env
1 parent 1472530 commit 89151a7

File tree

8 files changed

+51522
-19616
lines changed

8 files changed

+51522
-19616
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ node_modules
1212
# Test projects
1313
/test/*/build
1414
/test/*/.firebaserc
15+
/test/*/.env
1516

1617
# Firebase
1718
firebase-debug.log

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ This change log follows the format documented in [Keep a CHANGELOG].
2323

2424
- Added create storage endpoint to simplify the integration process and automatically create the backups bucket with optimal defaults.
2525

26+
- Added support for managing Backup Fire config with `.env` by setting `BACKUPFIRE_TOKEN` and `BACKUPFIRE_PASSWORD`.
27+
2628
## 1.2.0 - 2021-05-20
2729

2830
### Added

extension/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ This change log follows the format documented in [Keep a CHANGELOG].
77
[semantic versioning]: https://semver.org
88
[keep a changelog]: https://keepachangelog.com
99

10+
## v1.2.0 - 2022-05-??
11+
12+
### Changed
13+
14+
- Dramatically the memory footprint of the user backup making `memory` usage unnecessary.
15+
16+
### Added
17+
18+
- Added list files endpoint to the agent API that will help with Realtime Database backup integration and checking for the status of the backups (storage class, size, etc.)
19+
20+
- Added create storage endpoint to simplify the integration process and automatically create the backups bucket with optimal defaults.
21+
1022
## v1.0.0 - 2021-09-27
1123

1224
### Fixed

0 commit comments

Comments
 (0)