Every time I use a firebase command this error occurs:
...\WEBRTCTest\FirebaseRTC> firebase use --add
Error: Invalid project id: \.
\WEBRTCTest\FirebaseRTC> firebase use --clear
Error: Invalid project id: \.
The error occured after I accidently run the command:
firebase use \
Prior to that all was working fine.
I tried to reinstall firebase-tools using npm and also re-cloning the example project from github.
Also tried to logout using firebase logout
but it gives me the same error:
\WEBRTCTest\FirebaseRTC> firebase use --clear
Error: Invalid project id: \.
I´m thankful for any idea as i´m stuck right now.