You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
yonglid
changed the title
On Windows, getting 'STDIN input is not available on Windows' when running firebase database:set
Getting 'STDIN input is not available on Windows' when running firebase database:setJun 20, 2020
Hey @yonglid. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
[REQUIRED] Environment info
firebase-tools: 8.4.3 (
firebase tools --version
)Platform: Windows
[REQUIRED] Test case
An example of a
database.seed.json
:firebase login
firebase use --add
firebase deploy --only database
firebase database:set / database.seed.json
this didn't work, so switched to:firebase database:set //database.seed.json
for Windows[REQUIRED] Steps to reproduce
An example of a
database.seed.json
:firebase login
firebase use --add
firebase deploy --only database
firebase database:set / database.seed.json
this didn't work, so switched to:firebase database:set //database.seed.json
for Windowsrun
firebase database:set //database.seed.json
(can be any json file)[REQUIRED] Expected behavior
TO seed the data
[REQUIRED] Actual behavior
Error: STDIN input is not available on Windows.
The text was updated successfully, but these errors were encountered: