database:get broken from v8.15.1 and onwards
See original GitHub issue[REQUIRED] Environment info
firebase-tools: 8.15.1
Platform: windows
[REQUIRED] Test case
yarn firebase database:get -o data.json /
provides no data.json
given version is "v8.15.1"
[REQUIRED] Steps to reproduce
- broken Case
- Set
"firebase-tools": "v8.15.1"
in yourpackage.json
- Run
yarn firebase database:get -o data.json /
- Set
- Working case
- Set
"firebase-tools": "v8.15.0"
in yourpackage.json
- Run
yarn firebase database:get -o data.json /
- Set
[REQUIRED] Expected behavior
Seeing a data.json
file.
[REQUIRED] Actual behavior
No data.json
file
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
BIG-IP 15.1.0.2 Fixes and Known Issues - AskF5 - F5 Networks
Cumulative fix details for BIG-IP v15.1.0.2 that are included in this release. 876393-1 : General database error while creating Access Profile via the...
Read more >Update Turnkey Gitlab 5.0.2 to 15.1 | TurnKey GNU/Linux
hello, I have just been asked to update a very old turnkey gitlab to the latest version keeping all the data. I do...
Read more >SOTI MobiControl Release Notes - SOTI Docs
MCMR-22160, Server upgrade from 13.4 to 15.1.1 was unsuccessful due to long running database operation timeout. MCMR-22185, Some Android devices reappeared ...
Read more >Search Results - CVE
This vulnerability allows attackers to access database information. ... resulting in user-provided data creating a broken SQL query or possibly a SQL ...
Read more >Untitled
Discovery 2 mini rom, Pre venta 2014 america tv, Select2 data attributes. ... Fruit select quebec, Deco relief murale, Johnny whitaker interview, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should be fixed in https://github.com/firebase/firebase-tools/releases/tag/v8.17.0
Thanks
Thanks you. I have tested it, and it works again as expected!